Html Css Color HEX #DF87CE Orchid

📋 copy color: '#DF87CE'

red 223 ◦ green 135 ◦ blue 206

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

Shades of Orchid #DF87CE

Tints of Orchid #DF87CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.52%

R = 39.54%
G = 23.94%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DF87CE (or 0xDF87CE) is known color: Orchid. HEX triplet: DF, 87 and CE. RGB value is (223,135,206). Sum of RGB (Red+Green+Blue) = 223+135+206=564 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.54% from 564); Green value is 135 (53.12% from 255 or 23.94% from 564); Blue value is 206 (80.86% from 255 or 36.52% from 564); Max value from RGB is 223 - color contains mainly: red. Hex color #DF87CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF87CE is #207831. Grayscale: #A9A9A9. Windows color (decimal): -2127922 or 13535199. OLE color: 13535199.

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

Color convert

RGB 223 135 206 -
CMYK 0 0.39 0.08 0.13
HSL 311.59º 0.58% 0.7% -
HSV(B) 311.59º 0.39% 0.87% -
XYZ 50.24 37.47 62.98 -
YUV 169.41 148.65 166.23 -
System Red Green Blue C M Y K H S L
Decimal 223 135 206 0 0.39 0.08 0.13 311.59 0.58 0.7
Hex DF 87 CE 0 27 8 D 138 3A 46
Octal 337 207 316 0 47 10 15 470 72 106
Binary 11011111 10000111 11001110 0 100111 1000 1101 100111000 111010 1000110

Color Harmonies of #DF87CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF87CE

Black with #DF87CE

Text Example


Text Example

White with #DF87CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF87CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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