Shades of Orchid #CC65DF
Tints of Orchid #CC65DF
RGB
CMYK
RGB Variations
Color information
#CC65DF (or 0xCC65DF) is known color: Orchid. HEX triplet: CC, 65 and DF. RGB value is (204,101,223). Sum of RGB (Red+Green+Blue) = 204+101+223=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 101 (39.84% from 255 or 19.13% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC65DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC65DF is #339A20. Grayscale: #919191. Windows color (decimal): -3381793 or 14640588. OLE color: 14640588.
HSL color Cylindrical-coordinate representation of color #CC65DF: hue angle of 290.66º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC65DF is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 101 | 223 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.13 |
| HSL | 290.66º | 0.66% | 0.64% | - |
| HSV(B) | 290.66º | 0.55% | 0.87% | - |
| XYZ | 42.87 | 27.47 | 72.86 | - |
| YUV | 145.71 | 171.62 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 101 | 223 | 0.09 | 0.55 | 0 | 0.13 | 290.66 | 0.66 | 0.64 |
| Hex | CC | 65 | DF | 9 | 37 | 0 | D | 123 | 42 | 40 |
| Octal | 314 | 145 | 337 | 11 | 67 | 0 | 15 | 443 | 102 | 100 |
| Binary | 11001100 | 1100101 | 11011111 | 1001 | 110111 | 0 | 1101 | 100100011 | 1000010 | 1000000 |
Color Harmonies of #CC65DF
Complementary color
Monochromatic Colors of #CC65DF
Black with #CC65DF
Text Example
Text Example
White with #CC65DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC65DF; }
p { color: rgb(204,101,223); }
H1.HeaderClassName
{
color: #CC65DF;
}
.AnyTagClassName
{
color: #CC65DF;
}
</style>
background-color css
<style>
a { background-color: #CC65DF; }
a { background-color: rgb(204,101,223); }
div.DivClassName
{
background-color: #CC65DF;
}
.BgClassName
{
background-color: #CC65DF;
}
</style>
border-color css
<style>
span { border-color: #CC65DF; }
span { border-color: rgb(204,101,223); }
td.TdClassName
{
border-color: #CC65DF;
}
.TagClassName
{
border-color: #CC65DF;
}
</style>