Shades of Orchid #CC7BE4
Tints of Orchid #CC7BE4
RGB
CMYK
RGB Variations
Color information
#CC7BE4 (or 0xCC7BE4) is known color: Orchid. HEX triplet: CC, 7B and E4. RGB value is (204,123,228). Sum of RGB (Red+Green+Blue) = 204+123+228=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 123 (48.44% from 255 or 22.16% from 555); Blue value is 228 (89.45% from 255 or 41.08% from 555); Max value from RGB is 228 - color contains mainly: blue. Hex color #CC7BE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7BE4 is #33841B. Grayscale: #9E9E9E. Windows color (decimal): -3376156 or 14973900. OLE color: 14973900.
HSL color Cylindrical-coordinate representation of color #CC7BE4: hue angle of 286.29º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC7BE4 is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 123 | 228 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.11 |
| HSL | 286.29º | 0.66% | 0.69% | - |
| HSV(B) | 286.29º | 0.46% | 0.89% | - |
| XYZ | 45.99 | 32.6 | 77.27 | - |
| YUV | 159.19 | 166.84 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 123 | 228 | 0.11 | 0.46 | 0 | 0.11 | 286.29 | 0.66 | 0.69 |
| Hex | CC | 7B | E4 | B | 2E | 0 | B | 11E | 42 | 45 |
| Octal | 314 | 173 | 344 | 13 | 56 | 0 | 13 | 436 | 102 | 105 |
| Binary | 11001100 | 1111011 | 11100100 | 1011 | 101110 | 0 | 1011 | 100011110 | 1000010 | 1000101 |
Color Harmonies of #CC7BE4
Complementary color
Monochromatic Colors of #CC7BE4
Black with #CC7BE4
Text Example
Text Example
White with #CC7BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7BE4; }
p { color: rgb(204,123,228); }
H1.HeaderClassName
{
color: #CC7BE4;
}
.AnyTagClassName
{
color: #CC7BE4;
}
</style>
background-color css
<style>
a { background-color: #CC7BE4; }
a { background-color: rgb(204,123,228); }
div.DivClassName
{
background-color: #CC7BE4;
}
.BgClassName
{
background-color: #CC7BE4;
}
</style>
border-color css
<style>
span { border-color: #CC7BE4; }
span { border-color: rgb(204,123,228); }
td.TdClassName
{
border-color: #CC7BE4;
}
.TagClassName
{
border-color: #CC7BE4;
}
</style>