Shades of Orchid #CC6BD4
Tints of Orchid #CC6BD4
RGB
CMYK
RGB Variations
Color information
#CC6BD4 (or 0xCC6BD4) is known color: Orchid. HEX triplet: CC, 6B and D4. RGB value is (204,107,212). Sum of RGB (Red+Green+Blue) = 204+107+212=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 107 (42.19% from 255 or 20.46% from 523); Blue value is 212 (83.20% from 255 or 40.54% from 523); Max value from RGB is 212 - color contains mainly: blue. Hex color #CC6BD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6BD4 is #33942B. Grayscale: #939393. Windows color (decimal): -3380268 or 13921228. OLE color: 13921228.
HSL color Cylindrical-coordinate representation of color #CC6BD4: hue angle of 295.43º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC6BD4 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 107 | 212 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.17 |
| HSL | 295.43º | 0.55% | 0.63% | - |
| HSV(B) | 295.43º | 0.5% | 0.83% | - |
| XYZ | 42.04 | 28.11 | 65.5 | - |
| YUV | 147.97 | 164.14 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 107 | 212 | 0.04 | 0.50 | 0 | 0.17 | 295.43 | 0.55 | 0.63 |
| Hex | CC | 6B | D4 | 4 | 32 | 0 | 11 | 127 | 37 | 3F |
| Octal | 314 | 153 | 324 | 4 | 62 | 0 | 21 | 447 | 67 | 77 |
| Binary | 11001100 | 1101011 | 11010100 | 100 | 110010 | 0 | 10001 | 100100111 | 110111 | 111111 |
Color Harmonies of #CC6BD4
Complementary color
Monochromatic Colors of #CC6BD4
Black with #CC6BD4
Text Example
Text Example
White with #CC6BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6BD4; }
p { color: rgb(204,107,212); }
H1.HeaderClassName
{
color: #CC6BD4;
}
.AnyTagClassName
{
color: #CC6BD4;
}
</style>
background-color css
<style>
a { background-color: #CC6BD4; }
a { background-color: rgb(204,107,212); }
div.DivClassName
{
background-color: #CC6BD4;
}
.BgClassName
{
background-color: #CC6BD4;
}
</style>
border-color css
<style>
span { border-color: #CC6BD4; }
span { border-color: rgb(204,107,212); }
td.TdClassName
{
border-color: #CC6BD4;
}
.TagClassName
{
border-color: #CC6BD4;
}
</style>