Html Css Color HEX #DF88CA Orchid

📋 copy color: '#DF88CA'

red 223 ◦ green 136 ◦ blue 202

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

Shades of Orchid #DF88CA

Tints of Orchid #DF88CA

RGB

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

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

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

R = 39.75%
G = 24.24%
B = 36.01%

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

#DF88CA (or 0xDF88CA) is known color: Orchid. HEX triplet: DF, 88 and CA. RGB value is (223,136,202). Sum of RGB (Red+Green+Blue) = 223+136+202=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 136 (53.52% from 255 or 24.24% from 561); Blue value is 202 (79.30% from 255 or 36.01% from 561); Max value from RGB is 223 - color contains mainly: red. Hex color #DF88CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF88CA is #207735. Grayscale: #A9A9A9. Windows color (decimal): -2127670 or 13273311. OLE color: 13273311.

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

Color convert

RGB 223 136 202 -
CMYK 0 0.39 0.09 0.13
HSL 314.48º 0.58% 0.7% -
HSV(B) 314.48º 0.39% 0.87% -
XYZ 49.9 37.56 60.5 -
YUV 169.54 146.32 166.13 -
System Red Green Blue C M Y K H S L
Decimal 223 136 202 0 0.39 0.09 0.13 314.48 0.58 0.7
Hex DF 88 CA 0 27 9 D 13A 3A 46
Octal 337 210 312 0 47 11 15 472 72 106
Binary 11011111 10001000 11001010 0 100111 1001 1101 100111010 111010 1000110

Color Harmonies of #DF88CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF88CA

Black with #DF88CA

Text Example


Text Example

White with #DF88CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF88CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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