Html Css Color HEX #DF88CC Orchid

📋 copy color: '#DF88CC'

red 223 ◦ green 136 ◦ blue 204

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

Shades of Orchid #DF88CC

Tints of Orchid #DF88CC

RGB

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

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

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

R = 39.61%
G = 24.16%
B = 36.23%

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

#DF88CC (or 0xDF88CC) is known color: Orchid. HEX triplet: DF, 88 and CC. RGB value is (223,136,204). Sum of RGB (Red+Green+Blue) = 223+136+204=563 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.61% from 563); Green value is 136 (53.52% from 255 or 24.16% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 223 - color contains mainly: red. Hex color #DF88CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF88CC is #207733. Grayscale: #A9A9A9. Windows color (decimal): -2127668 or 13404383. OLE color: 13404383.

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

Color convert

RGB 223 136 204 -
CMYK 0 0.39 0.09 0.13
HSL 313.1º 0.58% 0.7% -
HSV(B) 313.1º 0.39% 0.87% -
XYZ 50.13 37.66 61.75 -
YUV 169.77 147.32 165.97 -
System Red Green Blue C M Y K H S L
Decimal 223 136 204 0 0.39 0.09 0.13 313.1 0.58 0.7
Hex DF 88 CC 0 27 9 D 139 3A 46
Octal 337 210 314 0 47 11 15 471 72 106
Binary 11011111 10001000 11001100 0 100111 1001 1101 100111001 111010 1000110

Color Harmonies of #DF88CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF88CC

Black with #DF88CC

Text Example


Text Example

White with #DF88CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF88CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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