Shades of Orchid #CC69CE
Tints of Orchid #CC69CE
RGB
CMYK
RGB Variations
Color information
#CC69CE (or 0xCC69CE) is known color: Orchid. HEX triplet: CC, 69 and CE. RGB value is (204,105,206). Sum of RGB (Red+Green+Blue) = 204+105+206=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 105 (41.41% from 255 or 20.39% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC69CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC69CE is #339631. Grayscale: #919191. Windows color (decimal): -3380786 or 13527500. OLE color: 13527500.
HSL color Cylindrical-coordinate representation of color #CC69CE: hue angle of 298.81º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC69CE is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 105 | 206 | - |
| CMYK | 0.01 | 0.49 | 0 | 0.19 |
| HSL | 298.81º | 0.51% | 0.61% | - |
| HSV(B) | 298.81º | 0.49% | 0.81% | - |
| XYZ | 41.09 | 27.4 | 61.51 | - |
| YUV | 146.12 | 161.8 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 105 | 206 | 0.01 | 0.49 | 0 | 0.19 | 298.81 | 0.51 | 0.61 |
| Hex | CC | 69 | CE | 1 | 31 | 0 | 13 | 12B | 33 | 3D |
| Octal | 314 | 151 | 316 | 1 | 61 | 0 | 23 | 453 | 63 | 75 |
| Binary | 11001100 | 1101001 | 11001110 | 1 | 110001 | 0 | 10011 | 100101011 | 110011 | 111101 |
Color Harmonies of #CC69CE
Complementary color
Monochromatic Colors of #CC69CE
Black with #CC69CE
Text Example
Text Example
White with #CC69CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC69CE; }
p { color: rgb(204,105,206); }
H1.HeaderClassName
{
color: #CC69CE;
}
.AnyTagClassName
{
color: #CC69CE;
}
</style>
background-color css
<style>
a { background-color: #CC69CE; }
a { background-color: rgb(204,105,206); }
div.DivClassName
{
background-color: #CC69CE;
}
.BgClassName
{
background-color: #CC69CE;
}
</style>
border-color css
<style>
span { border-color: #CC69CE; }
span { border-color: rgb(204,105,206); }
td.TdClassName
{
border-color: #CC69CE;
}
.TagClassName
{
border-color: #CC69CE;
}
</style>