Shades of Orchid #CC68D4
Tints of Orchid #CC68D4
RGB
CMYK
RGB Variations
Color information
#CC68D4 (or 0xCC68D4) is known color: Orchid. HEX triplet: CC, 68 and D4. RGB value is (204,104,212). Sum of RGB (Red+Green+Blue) = 204+104+212=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 104 (41.02% from 255 or 20% from 520); Blue value is 212 (83.20% from 255 or 40.77% from 520); Max value from RGB is 212 - color contains mainly: blue. Hex color #CC68D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC68D4 is #33972B. Grayscale: #919191. Windows color (decimal): -3381036 or 13920460. OLE color: 13920460.
HSL color Cylindrical-coordinate representation of color #CC68D4: hue angle of 295.56º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC68D4 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 104 | 212 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.17 |
| HSL | 295.56º | 0.56% | 0.62% | - |
| HSV(B) | 295.56º | 0.51% | 0.83% | - |
| XYZ | 41.74 | 27.49 | 65.39 | - |
| YUV | 146.21 | 165.13 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 104 | 212 | 0.04 | 0.51 | 0 | 0.17 | 295.56 | 0.56 | 0.62 |
| Hex | CC | 68 | D4 | 4 | 33 | 0 | 11 | 128 | 38 | 3E |
| Octal | 314 | 150 | 324 | 4 | 63 | 0 | 21 | 450 | 70 | 76 |
| Binary | 11001100 | 1101000 | 11010100 | 100 | 110011 | 0 | 10001 | 100101000 | 111000 | 111110 |
Color Harmonies of #CC68D4
Complementary color
Monochromatic Colors of #CC68D4
Black with #CC68D4
Text Example
Text Example
White with #CC68D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC68D4; }
p { color: rgb(204,104,212); }
H1.HeaderClassName
{
color: #CC68D4;
}
.AnyTagClassName
{
color: #CC68D4;
}
</style>
background-color css
<style>
a { background-color: #CC68D4; }
a { background-color: rgb(204,104,212); }
div.DivClassName
{
background-color: #CC68D4;
}
.BgClassName
{
background-color: #CC68D4;
}
</style>
border-color css
<style>
span { border-color: #CC68D4; }
span { border-color: rgb(204,104,212); }
td.TdClassName
{
border-color: #CC68D4;
}
.TagClassName
{
border-color: #CC68D4;
}
</style>