Html Css Color HEX #DE81CC Orchid

📋 copy color: '#DE81CC'

red 222 ◦ green 129 ◦ blue 204

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

Shades of Orchid #DE81CC

Tints of Orchid #DE81CC

RGB

 RED value IS 222 (87.11% from 255) = 40%

 GREEN value IS 129 (50.78% from 255) = 23.24%

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

R = 40%
G = 23.24%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DE81CC (or 0xDE81CC) is known color: Orchid. HEX triplet: DE, 81 and CC. RGB value is (222,129,204). Sum of RGB (Red+Green+Blue) = 222+129+204=555 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40% from 555); Green value is 129 (50.78% from 255 or 23.24% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 222 - color contains mainly: red. Hex color #DE81CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE81CC is #217E33. Grayscale: #A5A5A5. Windows color (decimal): -2194996 or 13402590. OLE color: 13402590.

HSL color Cylindrical-coordinate representation of color #DE81CC: hue angle of 311.61º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DE81CC is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 129 204 -
CMYK 0 0.42 0.08 0.13
HSL 311.61º 0.58% 0.69% -
HSV(B) 311.61º 0.42% 0.87% -
XYZ 48.87 35.59 61.42 -
YUV 165.36 149.81 168.4 -
System Red Green Blue C M Y K H S L
Decimal 222 129 204 0 0.42 0.08 0.13 311.61 0.58 0.69
Hex DE 81 CC 0 2A 8 D 138 3A 45
Octal 336 201 314 0 52 10 15 470 72 105
Binary 11011110 10000001 11001100 0 101010 1000 1101 100111000 111010 1000101

Color Harmonies of #DE81CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE81CC

Black with #DE81CC

Text Example


Text Example

White with #DE81CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE81CC; }

 p { color: rgb(222,129,204); }

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

background-color css

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

 a { background-color: rgb(222,129,204); }

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

border-color css

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

 span { border-color: rgb(222,129,204); }

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