Html Css Color HEX #DC80CB Orchid

📋 copy color: '#DC80CB'

red 220 ◦ green 128 ◦ blue 203

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

Shades of Orchid #DC80CB

Tints of Orchid #DC80CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.84%

R = 39.93%
G = 23.23%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DC80CB (or 0xDC80CB) is known color: Orchid. HEX triplet: DC, 80 and CB. RGB value is (220,128,203). Sum of RGB (Red+Green+Blue) = 220+128+203=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 128 (50.39% from 255 or 23.23% from 551); Blue value is 203 (79.69% from 255 or 36.84% from 551); Max value from RGB is 220 - color contains mainly: red. Hex color #DC80CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC80CB is #237F34. Grayscale: #A3A3A3. Windows color (decimal): -2326325 or 13336796. OLE color: 13336796.

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

Color convert

RGB 220 128 203 -
CMYK 0 0.42 0.08 0.14
HSL 311.09º 0.57% 0.68% -
HSV(B) 311.09º 0.42% 0.86% -
XYZ 48.01 34.97 60.72 -
YUV 164.06 149.98 167.9 -
System Red Green Blue C M Y K H S L
Decimal 220 128 203 0 0.42 0.08 0.14 311.09 0.57 0.68
Hex DC 80 CB 0 2A 8 E 137 39 44
Octal 334 200 313 0 52 10 16 467 71 104
Binary 11011100 10000000 11001011 0 101010 1000 1110 100110111 111001 1000100

Color Harmonies of #DC80CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC80CB

Black with #DC80CB

Text Example


Text Example

White with #DC80CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC80CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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