Shades of Orchid #CC70BD
Tints of Orchid #CC70BD
RGB
CMYK
RGB Variations
Color information
#CC70BD (or 0xCC70BD) is known color: Orchid. HEX triplet: CC, 70 and BD. RGB value is (204,112,189). Sum of RGB (Red+Green+Blue) = 204+112+189=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 112 (44.14% from 255 or 22.18% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 204 - color contains mainly: red. Hex color #CC70BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC70BD is #338F42. Grayscale: #949494. Windows color (decimal): -3379011 or 12415180. OLE color: 12415180.
HSL color Cylindrical-coordinate representation of color #CC70BD: hue angle of 309.78º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC70BD is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 112 | 189 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.2 |
| HSL | 309.78º | 0.47% | 0.62% | - |
| HSV(B) | 309.78º | 0.45% | 0.8% | - |
| XYZ | 39.88 | 28.1 | 51.47 | - |
| YUV | 148.29 | 150.98 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 112 | 189 | 0 | 0.45 | 0.07 | 0.2 | 309.78 | 0.47 | 0.62 |
| Hex | CC | 70 | BD | 0 | 2D | 7 | 14 | 136 | 2F | 3E |
| Octal | 314 | 160 | 275 | 0 | 55 | 7 | 24 | 466 | 57 | 76 |
| Binary | 11001100 | 1110000 | 10111101 | 0 | 101101 | 111 | 10100 | 100110110 | 101111 | 111110 |
Color Harmonies of #CC70BD
Complementary color
Monochromatic Colors of #CC70BD
Black with #CC70BD
Text Example
Text Example
White with #CC70BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC70BD; }
p { color: rgb(204,112,189); }
H1.HeaderClassName
{
color: #CC70BD;
}
.AnyTagClassName
{
color: #CC70BD;
}
</style>
background-color css
<style>
a { background-color: #CC70BD; }
a { background-color: rgb(204,112,189); }
div.DivClassName
{
background-color: #CC70BD;
}
.BgClassName
{
background-color: #CC70BD;
}
</style>
border-color css
<style>
span { border-color: #CC70BD; }
span { border-color: rgb(204,112,189); }
td.TdClassName
{
border-color: #CC70BD;
}
.TagClassName
{
border-color: #CC70BD;
}
</style>