Shades of Orchid #CC67E4
Tints of Orchid #CC67E4
RGB
CMYK
RGB Variations
Color information
#CC67E4 (or 0xCC67E4) is known color: Orchid. HEX triplet: CC, 67 and E4. RGB value is (204,103,228). Sum of RGB (Red+Green+Blue) = 204+103+228=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 103 (40.62% from 255 or 19.25% from 535); Blue value is 228 (89.45% from 255 or 42.62% from 535); Max value from RGB is 228 - color contains mainly: blue. Hex color #CC67E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC67E4 is #33981B. Grayscale: #939393. Windows color (decimal): -3381276 or 14968780. OLE color: 14968780.
HSL color Cylindrical-coordinate representation of color #CC67E4: hue angle of 288.48º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC67E4 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 103 | 228 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.11 |
| HSL | 288.48º | 0.7% | 0.65% | - |
| HSV(B) | 288.48º | 0.55% | 0.89% | - |
| XYZ | 43.76 | 28.14 | 76.52 | - |
| YUV | 147.45 | 173.46 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 103 | 228 | 0.11 | 0.55 | 0 | 0.11 | 288.48 | 0.7 | 0.65 |
| Hex | CC | 67 | E4 | B | 37 | 0 | B | 120 | 46 | 41 |
| Octal | 314 | 147 | 344 | 13 | 67 | 0 | 13 | 440 | 106 | 101 |
| Binary | 11001100 | 1100111 | 11100100 | 1011 | 110111 | 0 | 1011 | 100100000 | 1000110 | 1000001 |
Color Harmonies of #CC67E4
Complementary color
Monochromatic Colors of #CC67E4
Black with #CC67E4
Text Example
Text Example
White with #CC67E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC67E4; }
p { color: rgb(204,103,228); }
H1.HeaderClassName
{
color: #CC67E4;
}
.AnyTagClassName
{
color: #CC67E4;
}
</style>
background-color css
<style>
a { background-color: #CC67E4; }
a { background-color: rgb(204,103,228); }
div.DivClassName
{
background-color: #CC67E4;
}
.BgClassName
{
background-color: #CC67E4;
}
</style>
border-color css
<style>
span { border-color: #CC67E4; }
span { border-color: rgb(204,103,228); }
td.TdClassName
{
border-color: #CC67E4;
}
.TagClassName
{
border-color: #CC67E4;
}
</style>