Shades of Orchid #CC6BD5
Tints of Orchid #CC6BD5
RGB
CMYK
RGB Variations
Color information
#CC6BD5 (or 0xCC6BD5) is known color: Orchid. HEX triplet: CC, 6B and D5. RGB value is (204,107,213). Sum of RGB (Red+Green+Blue) = 204+107+213=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 107 (42.19% from 255 or 20.42% from 524); Blue value is 213 (83.59% from 255 or 40.65% from 524); Max value from RGB is 213 - color contains mainly: blue. Hex color #CC6BD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6BD5 is #33942A. Grayscale: #939393. Windows color (decimal): -3380267 or 13986764. OLE color: 13986764.
HSL color Cylindrical-coordinate representation of color #CC6BD5: hue angle of 294.91º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC6BD5 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 107 | 213 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.16 |
| HSL | 294.91º | 0.56% | 0.63% | - |
| HSV(B) | 294.91º | 0.5% | 0.84% | - |
| XYZ | 42.17 | 28.16 | 66.16 | - |
| YUV | 148.09 | 164.64 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 107 | 213 | 0.04 | 0.50 | 0 | 0.16 | 294.91 | 0.56 | 0.63 |
| Hex | CC | 6B | D5 | 4 | 32 | 0 | 10 | 127 | 38 | 3F |
| Octal | 314 | 153 | 325 | 4 | 62 | 0 | 20 | 447 | 70 | 77 |
| Binary | 11001100 | 1101011 | 11010101 | 100 | 110010 | 0 | 10000 | 100100111 | 111000 | 111111 |
Color Harmonies of #CC6BD5
Complementary color
Monochromatic Colors of #CC6BD5
Black with #CC6BD5
Text Example
Text Example
White with #CC6BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6BD5; }
p { color: rgb(204,107,213); }
H1.HeaderClassName
{
color: #CC6BD5;
}
.AnyTagClassName
{
color: #CC6BD5;
}
</style>
background-color css
<style>
a { background-color: #CC6BD5; }
a { background-color: rgb(204,107,213); }
div.DivClassName
{
background-color: #CC6BD5;
}
.BgClassName
{
background-color: #CC6BD5;
}
</style>
border-color css
<style>
span { border-color: #CC6BD5; }
span { border-color: rgb(204,107,213); }
td.TdClassName
{
border-color: #CC6BD5;
}
.TagClassName
{
border-color: #CC6BD5;
}
</style>