Html Css Color HEX #D687CB Orchid

📋 copy color: '#D687CB'

red 214 ◦ green 135 ◦ blue 203

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

Shades of Orchid #D687CB

Tints of Orchid #D687CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.78%

R = 38.77%
G = 24.46%
B = 36.78%

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

#D687CB (or 0xD687CB) is known color: Orchid. HEX triplet: D6, 87 and CB. RGB value is (214,135,203). Sum of RGB (Red+Green+Blue) = 214+135+203=552 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.77% from 552); Green value is 135 (53.12% from 255 or 24.46% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 214 - color contains mainly: red. Hex color #D687CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D687CB is #297834. Grayscale: #A6A6A6. Windows color (decimal): -2717749 or 13338582. OLE color: 13338582.

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

Color convert

RGB 214 135 203 -
CMYK 0 0.37 0.05 0.16
HSL 308.35º 0.49% 0.68% -
HSV(B) 308.35º 0.37% 0.84% -
XYZ 47.18 35.94 60.95 -
YUV 166.37 148.67 161.97 -
System Red Green Blue C M Y K H S L
Decimal 214 135 203 0 0.37 0.05 0.16 308.35 0.49 0.68
Hex D6 87 CB 0 25 5 10 134 31 44
Octal 326 207 313 0 45 5 20 464 61 104
Binary 11010110 10000111 11001011 0 100101 101 10000 100110100 110001 1000100

Color Harmonies of #D687CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D687CB

Black with #D687CB

Text Example


Text Example

White with #D687CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D687CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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