Shades of Orchid #CC82D5
Tints of Orchid #CC82D5
RGB
CMYK
RGB Variations
Color information
#CC82D5 (or 0xCC82D5) is known color: Orchid. HEX triplet: CC, 82 and D5. RGB value is (204,130,213). Sum of RGB (Red+Green+Blue) = 204+130+213=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 130 (51.17% from 255 or 23.77% from 547); Blue value is 213 (83.59% from 255 or 38.94% from 547); Max value from RGB is 213 - color contains mainly: blue. Hex color #CC82D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC82D5 is #337D2A. Grayscale: #A1A1A1. Windows color (decimal): -3374379 or 13992652. OLE color: 13992652.
HSL color Cylindrical-coordinate representation of color #CC82D5: hue angle of 293.49º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC82D5 is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 204 | 130 | 213 | - |
CMYK | 0.04 | 0.39 | 0 | 0.16 |
HSL | 293.49º | 0.5% | 0.67% | - |
HSV(B) | 293.49º | 0.39% | 0.84% | - |
XYZ | 44.89 | 33.61 | 67.07 | - |
YUV | 161.59 | 157.02 | 158.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 130 | 213 | 0.04 | 0.39 | 0 | 0.16 | 293.49 | 0.5 | 0.67 |
Hex | CC | 82 | D5 | 4 | 27 | 0 | 10 | 125 | 32 | 43 |
Octal | 314 | 202 | 325 | 4 | 47 | 0 | 20 | 445 | 62 | 103 |
Binary | 11001100 | 10000010 | 11010101 | 100 | 100111 | 0 | 10000 | 100100101 | 110010 | 1000011 |
Color Harmonies of #CC82D5
Complementary color
Monochromatic Colors of #CC82D5
Black with #CC82D5
Text Example
Text Example
White with #CC82D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC82D5; }
p { color: rgb(204,130,213); }
H1.HeaderClassName
{
color: #CC82D5;
}
.AnyTagClassName
{
color: #CC82D5;
}
</style>
background-color css
<style>
a { background-color: #CC82D5; }
a { background-color: rgb(204,130,213); }
div.DivClassName
{
background-color: #CC82D5;
}
.BgClassName
{
background-color: #CC82D5;
}
</style>
border-color css
<style>
span { border-color: #CC82D5; }
span { border-color: rgb(204,130,213); }
td.TdClassName
{
border-color: #CC82D5;
}
.TagClassName
{
border-color: #CC82D5;
}
</style>