Html Css Color HEX #DC80CD Orchid

📋 copy color: '#DC80CD'

red 220 ◦ green 128 ◦ blue 205

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

Shades of Orchid #DC80CD

Tints of Orchid #DC80CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.07%

R = 39.78%
G = 23.15%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DC80CD (or 0xDC80CD) is known color: Orchid. HEX triplet: DC, 80 and CD. RGB value is (220,128,205). Sum of RGB (Red+Green+Blue) = 220+128+205=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 128 (50.39% from 255 or 23.15% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 220 - color contains mainly: red. Hex color #DC80CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC80CD is #237F32. Grayscale: #A4A4A4. Windows color (decimal): -2326323 or 13467868. OLE color: 13467868.

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

Color convert

RGB 220 128 205 -
CMYK 0 0.42 0.07 0.14
HSL 309.78º 0.57% 0.68% -
HSV(B) 309.78º 0.42% 0.86% -
XYZ 48.25 35.06 61.98 -
YUV 164.29 150.98 167.74 -
System Red Green Blue C M Y K H S L
Decimal 220 128 205 0 0.42 0.07 0.14 309.78 0.57 0.68
Hex DC 80 CD 0 2A 7 E 136 39 44
Octal 334 200 315 0 52 7 16 466 71 104
Binary 11011100 10000000 11001101 0 101010 111 1110 100110110 111001 1000100

Color Harmonies of #DC80CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC80CD

Black with #DC80CD

Text Example


Text Example

White with #DC80CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC80CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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