Shades of Orchid #CC6BD0
Tints of Orchid #CC6BD0
RGB
CMYK
RGB Variations
Color information
#CC6BD0 (or 0xCC6BD0) is known color: Orchid. HEX triplet: CC, 6B and D0. RGB value is (204,107,208). Sum of RGB (Red+Green+Blue) = 204+107+208=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 107 (42.19% from 255 or 20.62% from 519); Blue value is 208 (81.64% from 255 or 40.08% from 519); Max value from RGB is 208 - color contains mainly: blue. Hex color #CC6BD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6BD0 is #33942F. Grayscale: #939393. Windows color (decimal): -3380272 or 13659084. OLE color: 13659084.
HSL color Cylindrical-coordinate representation of color #CC6BD0: hue angle of 297.62º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC6BD0 is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 107 | 208 | - |
| CMYK | 0.02 | 0.49 | 0 | 0.18 |
| HSL | 297.62º | 0.52% | 0.62% | - |
| HSV(B) | 297.62º | 0.49% | 0.82% | - |
| XYZ | 41.54 | 27.91 | 62.87 | - |
| YUV | 147.52 | 162.14 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 107 | 208 | 0.02 | 0.49 | 0 | 0.18 | 297.62 | 0.52 | 0.62 |
| Hex | CC | 6B | D0 | 2 | 31 | 0 | 12 | 12A | 34 | 3E |
| Octal | 314 | 153 | 320 | 2 | 61 | 0 | 22 | 452 | 64 | 76 |
| Binary | 11001100 | 1101011 | 11010000 | 10 | 110001 | 0 | 10010 | 100101010 | 110100 | 111110 |
Color Harmonies of #CC6BD0
Complementary color
Monochromatic Colors of #CC6BD0
Black with #CC6BD0
Text Example
Text Example
White with #CC6BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6BD0; }
p { color: rgb(204,107,208); }
H1.HeaderClassName
{
color: #CC6BD0;
}
.AnyTagClassName
{
color: #CC6BD0;
}
</style>
background-color css
<style>
a { background-color: #CC6BD0; }
a { background-color: rgb(204,107,208); }
div.DivClassName
{
background-color: #CC6BD0;
}
.BgClassName
{
background-color: #CC6BD0;
}
</style>
border-color css
<style>
span { border-color: #CC6BD0; }
span { border-color: rgb(204,107,208); }
td.TdClassName
{
border-color: #CC6BD0;
}
.TagClassName
{
border-color: #CC6BD0;
}
</style>