Html Css Color HEX #D68ACC Orchid

📋 copy color: '#D68ACC'

red 214 ◦ green 138 ◦ blue 204

#D68ACC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #D68ACC

Tints of Orchid #D68ACC

RGB

 RED value IS 214 (83.98% from 255) = 38.49%

 GREEN value IS 138 (54.3% from 255) = 24.82%

 BLUE value IS 204 (80.08% from 255) = 36.69%

R = 38.49%
G = 24.82%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.05

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D68ACC (or 0xD68ACC) is known color: Orchid. HEX triplet: D6, 8A and CC. RGB value is (214,138,204). Sum of RGB (Red+Green+Blue) = 214+138+204=556 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.49% from 556); Green value is 138 (54.30% from 255 or 24.82% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 214 - color contains mainly: red. Hex color #D68ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68ACC is #297533. Grayscale: #A8A8A8. Windows color (decimal): -2716980 or 13404886. OLE color: 13404886.

HSL color Cylindrical-coordinate representation of color #D68ACC: hue angle of 307.89º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D68ACC is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 138 204 -
CMYK 0 0.36 0.05 0.16
HSL 307.89º 0.48% 0.69% -
HSV(B) 307.89º 0.36% 0.84% -
XYZ 47.72 36.83 61.72 -
YUV 168.25 148.18 160.63 -
System Red Green Blue C M Y K H S L
Decimal 214 138 204 0 0.36 0.05 0.16 307.89 0.48 0.69
Hex D6 8A CC 0 24 5 10 134 30 45
Octal 326 212 314 0 44 5 20 464 60 105
Binary 11010110 10001010 11001100 0 100100 101 10000 100110100 110000 1000101

Color Harmonies of #D68ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68ACC

Black with #D68ACC

Text Example


Text Example

White with #D68ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68ACC; }

 p { color: rgb(214,138,204); }

 H1.HeaderClassName
 {
   color: #D68ACC;
 }
 .AnyTagClassName
 {
   color: #D68ACC;
 }
</style>

background-color css

<style>
 a { background-color: #D68ACC; }

 a { background-color: rgb(214,138,204); }

 div.DivClassName
 {
   background-color: #D68ACC;
 }
 .BgClassName
 {
   background-color: #D68ACC;
 }
</style>

border-color css

<style>
 span { border-color: #D68ACC; }

 span { border-color: rgb(214,138,204); }

 td.TdClassName
 {
   border-color: #D68ACC;
 }
 .TagClassName
 {
   border-color: #D68ACC;
 }
</style>