Html Css Color HEX #D687CF Orchid

📋 copy color: '#D687CF'

red 214 ◦ green 135 ◦ blue 207

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

Shades of Orchid #D687CF

Tints of Orchid #D687CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.23%

R = 38.49%
G = 24.28%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D687CF (or 0xD687CF) is known color: Orchid. HEX triplet: D6, 87 and CF. RGB value is (214,135,207). Sum of RGB (Red+Green+Blue) = 214+135+207=556 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.49% from 556); Green value is 135 (53.12% from 255 or 24.28% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 214 - color contains mainly: red. Hex color #D687CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D687CF is #297830. Grayscale: #A6A6A6. Windows color (decimal): -2717745 or 13600726. OLE color: 13600726.

HSL color Cylindrical-coordinate representation of color #D687CF: hue angle of 305.32º 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 #D687CF is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 135 207 -
CMYK 0 0.37 0.03 0.16
HSL 305.32º 0.49% 0.68% -
HSV(B) 305.32º 0.37% 0.84% -
XYZ 47.66 36.13 63.49 -
YUV 166.83 150.67 161.65 -
System Red Green Blue C M Y K H S L
Decimal 214 135 207 0 0.37 0.03 0.16 305.32 0.49 0.68
Hex D6 87 CF 0 25 3 10 131 31 44
Octal 326 207 317 0 45 3 20 461 61 104
Binary 11010110 10000111 11001111 0 100101 11 10000 100110001 110001 1000100

Color Harmonies of #D687CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D687CF

Black with #D687CF

Text Example


Text Example

White with #D687CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D687CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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