Html Css Color HEX #DF87CC Orchid

📋 copy color: '#DF87CC'

red 223 ◦ green 135 ◦ blue 204

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

Shades of Orchid #DF87CC

Tints of Orchid #DF87CC

RGB

 RED value IS 223 (87.5% from 255) = 39.68%

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

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

R = 39.68%
G = 24.02%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DF87CC (or 0xDF87CC) is known color: Orchid. HEX triplet: DF, 87 and CC. RGB value is (223,135,204). Sum of RGB (Red+Green+Blue) = 223+135+204=562 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.68% from 562); Green value is 135 (53.12% from 255 or 24.02% from 562); Blue value is 204 (80.08% from 255 or 36.30% from 562); Max value from RGB is 223 - color contains mainly: red. Hex color #DF87CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF87CC is #207833. Grayscale: #A8A8A8. Windows color (decimal): -2127924 or 13404127. OLE color: 13404127.

HSL color Cylindrical-coordinate representation of color #DF87CC: hue angle of 312.95º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DF87CC is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 135 204 -
CMYK 0 0.39 0.09 0.13
HSL 312.95º 0.58% 0.7% -
HSV(B) 312.95º 0.39% 0.87% -
XYZ 49.99 37.38 61.71 -
YUV 169.18 147.65 166.39 -
System Red Green Blue C M Y K H S L
Decimal 223 135 204 0 0.39 0.09 0.13 312.95 0.58 0.7
Hex DF 87 CC 0 27 9 D 139 3A 46
Octal 337 207 314 0 47 11 15 471 72 106
Binary 11011111 10000111 11001100 0 100111 1001 1101 100111001 111010 1000110

Color Harmonies of #DF87CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF87CC

Black with #DF87CC

Text Example


Text Example

White with #DF87CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF87CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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