Html Css Color HEX #D687CC Orchid

📋 copy color: '#D687CC'

red 214 ◦ green 135 ◦ blue 204

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

Shades of Orchid #D687CC

Tints of Orchid #D687CC

RGB

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

 GREEN value IS 135 (53.13% from 255) = 24.41%

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

R = 38.7%
G = 24.41%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D687CC (or 0xD687CC) is known color: Orchid. HEX triplet: D6, 87 and CC. RGB value is (214,135,204). Sum of RGB (Red+Green+Blue) = 214+135+204=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 135 (53.12% from 255 or 24.41% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 214 - color contains mainly: red. Hex color #D687CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D687CC is #297833. Grayscale: #A6A6A6. Windows color (decimal): -2717748 or 13404118. OLE color: 13404118.

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

Color convert

RGB 214 135 204 -
CMYK 0 0.37 0.05 0.16
HSL 307.59º 0.49% 0.68% -
HSV(B) 307.59º 0.37% 0.84% -
XYZ 47.29 35.98 61.58 -
YUV 166.49 149.17 161.89 -
System Red Green Blue C M Y K H S L
Decimal 214 135 204 0 0.37 0.05 0.16 307.59 0.49 0.68
Hex D6 87 CC 0 25 5 10 134 31 44
Octal 326 207 314 0 45 5 20 464 61 104
Binary 11010110 10000111 11001100 0 100101 101 10000 100110100 110001 1000100

Color Harmonies of #D687CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D687CC

Black with #D687CC

Text Example


Text Example

White with #D687CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D687CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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