Html Css Color HEX #DE80DF Orchid

📋 copy color: '#DE80DF'

red 222 ◦ green 128 ◦ blue 223

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

Shades of Orchid #DE80DF

Tints of Orchid #DE80DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.92%

R = 38.74%
G = 22.34%
B = 38.92%

CMYK

 C value IS 0.00

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DE80DF (or 0xDE80DF) is known color: Orchid. HEX triplet: DE, 80 and DF. RGB value is (222,128,223). Sum of RGB (Red+Green+Blue) = 222+128+223=573 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.74% from 573); Green value is 128 (50.39% from 255 or 22.34% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 223 - color contains mainly: blue. Hex color #DE80DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE80DF is #217F20. Grayscale: #A6A6A6. Windows color (decimal): -2195233 or 14647518. OLE color: 14647518.

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

Color convert

RGB 222 128 223 -
CMYK 0.00 0.43 0 0.13
HSL 299.37º 0.6% 0.69% -
HSV(B) 299.37º 0.43% 0.87% -
XYZ 51.16 36.3 74.12 -
YUV 166.94 159.64 167.28 -
System Red Green Blue C M Y K H S L
Decimal 222 128 223 0.00 0.43 0 0.13 299.37 0.6 0.69
Hex DE 80 DF 0 2B 0 D 12B 3C 45
Octal 336 200 337 0 53 0 15 453 74 105
Binary 11011110 10000000 11011111 0 101011 0 1101 100101011 111100 1000101

Color Harmonies of #DE80DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE80DF

Black with #DE80DF

Text Example


Text Example

White with #DE80DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE80DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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