Html Css Color HEX #DE80CE Orchid

📋 copy color: '#DE80CE'

red 222 ◦ green 128 ◦ blue 206

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

Shades of Orchid #DE80CE

Tints of Orchid #DE80CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.05%

R = 39.93%
G = 23.02%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DE80CE (or 0xDE80CE) is known color: Orchid. HEX triplet: DE, 80 and CE. RGB value is (222,128,206). Sum of RGB (Red+Green+Blue) = 222+128+206=556 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.93% from 556); Green value is 128 (50.39% from 255 or 23.02% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 222 - color contains mainly: red. Hex color #DE80CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE80CE is #217F31. Grayscale: #A4A4A4. Windows color (decimal): -2195250 or 13533406. OLE color: 13533406.

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

Color convert

RGB 222 128 206 -
CMYK 0 0.42 0.07 0.13
HSL 310.21º 0.59% 0.69% -
HSV(B) 310.21º 0.42% 0.87% -
XYZ 48.98 35.42 62.65 -
YUV 165 151.14 168.66 -
System Red Green Blue C M Y K H S L
Decimal 222 128 206 0 0.42 0.07 0.13 310.21 0.59 0.69
Hex DE 80 CE 0 2A 7 D 136 3B 45
Octal 336 200 316 0 52 7 15 466 73 105
Binary 11011110 10000000 11001110 0 101010 111 1101 100110110 111011 1000101

Color Harmonies of #DE80CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE80CE

Black with #DE80CE

Text Example


Text Example

White with #DE80CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE80CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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