Html Css Color HEX #DE80C8 Orchid

📋 copy color: '#DE80C8'

red 222 ◦ green 128 ◦ blue 200

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

Shades of Orchid #DE80C8

Tints of Orchid #DE80C8

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.27%

 BLUE value IS 200 (78.52% from 255) = 36.36%

R = 40.36%
G = 23.27%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DE80C8 (or 0xDE80C8) is known color: Orchid. HEX triplet: DE, 80 and C8. RGB value is (222,128,200). Sum of RGB (Red+Green+Blue) = 222+128+200=550 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.36% from 550); Green value is 128 (50.39% from 255 or 23.27% from 550); Blue value is 200 (78.52% from 255 or 36.36% from 550); Max value from RGB is 222 - color contains mainly: red. Hex color #DE80C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE80C8 is #217F37. Grayscale: #A4A4A4. Windows color (decimal): -2195256 or 13140190. OLE color: 13140190.

HSL color Cylindrical-coordinate representation of color #DE80C8: hue angle of 314.04º degrees, saturation: 0.59, 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 #DE80C8 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 128 200 -
CMYK 0 0.42 0.10 0.13
HSL 314.04º 0.59% 0.69% -
HSV(B) 314.04º 0.42% 0.87% -
XYZ 48.27 35.14 58.88 -
YUV 164.31 148.14 169.15 -
System Red Green Blue C M Y K H S L
Decimal 222 128 200 0 0.42 0.10 0.13 314.04 0.59 0.69
Hex DE 80 C8 0 2A A D 13A 3B 45
Octal 336 200 310 0 52 12 15 472 73 105
Binary 11011110 10000000 11001000 0 101010 1010 1101 100111010 111011 1000101

Color Harmonies of #DE80C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE80C8

Black with #DE80C8

Text Example


Text Example

White with #DE80C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE80C8; }

 p { color: rgb(222,128,200); }

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

background-color css

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

 a { background-color: rgb(222,128,200); }

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

border-color css

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

 span { border-color: rgb(222,128,200); }

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