Html Css Color HEX #DC80DE Orchid

📋 copy color: '#DC80DE'

red 220 ◦ green 128 ◦ blue 222

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

Shades of Orchid #DC80DE

Tints of Orchid #DC80DE

RGB

 RED value IS 220 (86.33% from 255) = 38.6%

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

 BLUE value IS 222 (87.11% from 255) = 38.95%

R = 38.6%
G = 22.46%
B = 38.95%

CMYK

 C value IS 0.01

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC80DE (or 0xDC80DE) is known color: Orchid. HEX triplet: DC, 80 and DE. RGB value is (220,128,222). Sum of RGB (Red+Green+Blue) = 220+128+222=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 128 (50.39% from 255 or 22.46% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 222 - color contains mainly: blue. Hex color #DC80DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC80DE is #237F21. Grayscale: #A5A5A5. Windows color (decimal): -2326306 or 14581980. OLE color: 14581980.

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

Color convert

RGB 220 128 222 -
CMYK 0.01 0.42 0 0.13
HSL 298.72º 0.59% 0.69% -
HSV(B) 298.72º 0.42% 0.87% -
XYZ 50.42 35.93 73.38 -
YUV 166.22 159.48 166.36 -
System Red Green Blue C M Y K H S L
Decimal 220 128 222 0.01 0.42 0 0.13 298.72 0.59 0.69
Hex DC 80 DE 1 2A 0 D 12B 3B 45
Octal 334 200 336 1 52 0 15 453 73 105
Binary 11011100 10000000 11011110 1 101010 0 1101 100101011 111011 1000101

Color Harmonies of #DC80DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC80DE

Black with #DC80DE

Text Example


Text Example

White with #DC80DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC80DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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