Html Css Color HEX #DF88CE Orchid

📋 copy color: '#DF88CE'

red 223 ◦ green 136 ◦ blue 206

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

Shades of Orchid #DF88CE

Tints of Orchid #DF88CE

RGB

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

 GREEN value IS 136 (53.52% from 255) = 24.07%

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

R = 39.47%
G = 24.07%
B = 36.46%

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

#DF88CE (or 0xDF88CE) is known color: Orchid. HEX triplet: DF, 88 and CE. RGB value is (223,136,206). Sum of RGB (Red+Green+Blue) = 223+136+206=565 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.47% from 565); Green value is 136 (53.52% from 255 or 24.07% from 565); Blue value is 206 (80.86% from 255 or 36.46% from 565); Max value from RGB is 223 - color contains mainly: red. Hex color #DF88CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF88CE is #207731. Grayscale: #A9A9A9. Windows color (decimal): -2127666 or 13535455. OLE color: 13535455.

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

Color convert

RGB 223 136 206 -
CMYK 0 0.39 0.08 0.13
HSL 311.72º 0.58% 0.7% -
HSV(B) 311.72º 0.39% 0.87% -
XYZ 50.38 37.75 63.02 -
YUV 169.99 148.32 165.81 -
System Red Green Blue C M Y K H S L
Decimal 223 136 206 0 0.39 0.08 0.13 311.72 0.58 0.7
Hex DF 88 CE 0 27 8 D 138 3A 46
Octal 337 210 316 0 47 10 15 470 72 106
Binary 11011111 10001000 11001110 0 100111 1000 1101 100111000 111010 1000110

Color Harmonies of #DF88CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF88CE

Black with #DF88CE

Text Example


Text Example

White with #DF88CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF88CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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