Html Css Color HEX #DC80C9 Orchid

📋 copy color: '#DC80C9'

red 220 ◦ green 128 ◦ blue 201

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

Shades of Orchid #DC80C9

Tints of Orchid #DC80C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.61%

R = 40.07%
G = 23.32%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DC80C9 (or 0xDC80C9) is known color: Orchid. HEX triplet: DC, 80 and C9. RGB value is (220,128,201). Sum of RGB (Red+Green+Blue) = 220+128+201=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 128 (50.39% from 255 or 23.32% from 549); Blue value is 201 (78.91% from 255 or 36.61% from 549); Max value from RGB is 220 - color contains mainly: red. Hex color #DC80C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC80C9 is #237F36. Grayscale: #A3A3A3. Windows color (decimal): -2326327 or 13205724. OLE color: 13205724.

HSL color Cylindrical-coordinate representation of color #DC80C9: hue angle of 312.39º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC80C9 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 128 201 -
CMYK 0 0.42 0.09 0.14
HSL 312.39º 0.57% 0.68% -
HSV(B) 312.39º 0.42% 0.86% -
XYZ 47.78 34.87 59.47 -
YUV 163.83 148.98 168.06 -
System Red Green Blue C M Y K H S L
Decimal 220 128 201 0 0.42 0.09 0.14 312.39 0.57 0.68
Hex DC 80 C9 0 2A 9 E 138 39 44
Octal 334 200 311 0 52 11 16 470 71 104
Binary 11011100 10000000 11001001 0 101010 1001 1110 100111000 111001 1000100

Color Harmonies of #DC80C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC80C9

Black with #DC80C9

Text Example


Text Example

White with #DC80C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC80C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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