Html Css Color HEX #DF87CA Orchid

📋 copy color: '#DF87CA'

red 223 ◦ green 135 ◦ blue 202

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

Shades of Orchid #DF87CA

Tints of Orchid #DF87CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.07%

R = 39.82%
G = 24.11%
B = 36.07%

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

#DF87CA (or 0xDF87CA) is known color: Orchid. HEX triplet: DF, 87 and CA. RGB value is (223,135,202). Sum of RGB (Red+Green+Blue) = 223+135+202=560 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.82% from 560); Green value is 135 (53.12% from 255 or 24.11% from 560); Blue value is 202 (79.30% from 255 or 36.07% from 560); Max value from RGB is 223 - color contains mainly: red. Hex color #DF87CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF87CA is #207835. Grayscale: #A8A8A8. Windows color (decimal): -2127926 or 13273055. OLE color: 13273055.

HSL color Cylindrical-coordinate representation of color #DF87CA: hue angle of 314.32º 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 #DF87CA is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 135 202 -
CMYK 0 0.39 0.09 0.13
HSL 314.32º 0.58% 0.7% -
HSV(B) 314.32º 0.39% 0.87% -
XYZ 49.76 37.28 60.45 -
YUV 168.95 146.65 166.55 -
System Red Green Blue C M Y K H S L
Decimal 223 135 202 0 0.39 0.09 0.13 314.32 0.58 0.7
Hex DF 87 CA 0 27 9 D 13A 3A 46
Octal 337 207 312 0 47 11 15 472 72 106
Binary 11011111 10000111 11001010 0 100111 1001 1101 100111010 111010 1000110

Color Harmonies of #DF87CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF87CA

Black with #DF87CA

Text Example


Text Example

White with #DF87CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF87CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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