Html Css Color HEX #DF88CF Orchid

📋 copy color: '#DF88CF'

red 223 ◦ green 136 ◦ blue 207

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

Shades of Orchid #DF88CF

Tints of Orchid #DF88CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.57%

R = 39.4%
G = 24.03%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DF88CF (or 0xDF88CF) is known color: Orchid. HEX triplet: DF, 88 and CF. RGB value is (223,136,207). Sum of RGB (Red+Green+Blue) = 223+136+207=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 136 (53.52% from 255 or 24.03% from 566); Blue value is 207 (81.25% from 255 or 36.57% from 566); Max value from RGB is 223 - color contains mainly: red. Hex color #DF88CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF88CF is #207730. Grayscale: #A9A9A9. Windows color (decimal): -2127665 or 13600991. OLE color: 13600991.

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

Color convert

RGB 223 136 207 -
CMYK 0 0.39 0.07 0.13
HSL 311.03º 0.58% 0.7% -
HSV(B) 311.03º 0.39% 0.87% -
XYZ 50.5 37.8 63.67 -
YUV 170.11 148.82 165.73 -
System Red Green Blue C M Y K H S L
Decimal 223 136 207 0 0.39 0.07 0.13 311.03 0.58 0.7
Hex DF 88 CF 0 27 7 D 137 3A 46
Octal 337 210 317 0 47 7 15 467 72 106
Binary 11011111 10001000 11001111 0 100111 111 1101 100110111 111010 1000110

Color Harmonies of #DF88CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF88CF

Black with #DF88CF

Text Example


Text Example

White with #DF88CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF88CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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