Html Css Color HEX #DC9687 Petite Orchid

📋 copy color: '#DC9687'

red 220 ◦ green 150 ◦ blue 135

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

Shades of Petite Orchid #DC9687

Tints of Petite Orchid #DC9687

RGB

 RED value IS 220 (86.33% from 255) = 43.56%

 GREEN value IS 150 (58.98% from 255) = 29.7%

 BLUE value IS 135 (53.13% from 255) = 26.73%

R = 43.56%
G = 29.7%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DC9687 (or 0xDC9687) is known color: Petite Orchid. HEX triplet: DC, 96 and 87. RGB value is (220,150,135). Sum of RGB (Red+Green+Blue) = 220+150+135=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 150 (58.98% from 255 or 29.70% from 505); Blue value is 135 (53.12% from 255 or 26.73% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9687 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9687 is #236978. Grayscale: #A9A9A9. Windows color (decimal): -2320761 or 8885980. OLE color: 8885980.

HSL color Cylindrical-coordinate representation of color #DC9687: hue angle of 10.59º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC9687 is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 150 135 -
CMYK 0 0.32 0.39 0.14
HSL 10.59º 0.55% 0.7% -
HSV(B) 10.59º 0.39% 0.86% -
XYZ 44.79 38.78 28.05 -
YUV 169.22 108.69 164.22 -
System Red Green Blue C M Y K H S L
Decimal 220 150 135 0 0.32 0.39 0.14 10.59 0.55 0.7
Hex DC 96 87 0 20 27 E B 37 46
Octal 334 226 207 0 40 47 16 13 67 106
Binary 11011100 10010110 10000111 0 100000 100111 1110 1011 110111 1000110

Color Harmonies of #DC9687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9687

Black with #DC9687

Text Example


Text Example

White with #DC9687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9687; }

 p { color: rgb(220,150,135); }

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

background-color css

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

 a { background-color: rgb(220,150,135); }

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

border-color css

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

 span { border-color: rgb(220,150,135); }

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