Shades of Orchid #CC69DC
Tints of Orchid #CC69DC
RGB
CMYK
RGB Variations
Color information
#CC69DC (or 0xCC69DC) is known color: Orchid. HEX triplet: CC, 69 and DC. RGB value is (204,105,220). Sum of RGB (Red+Green+Blue) = 204+105+220=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 105 (41.41% from 255 or 19.85% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC69DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC69DC is #339623. Grayscale: #939393. Windows color (decimal): -3380772 or 14445004. OLE color: 14445004.
HSL color Cylindrical-coordinate representation of color #CC69DC: hue angle of 291.65º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC69DC is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 105 | 220 | - |
| CMYK | 0.07 | 0.52 | 0 | 0.14 |
| HSL | 291.65º | 0.62% | 0.64% | - |
| HSV(B) | 291.65º | 0.52% | 0.86% | - |
| XYZ | 42.87 | 28.11 | 70.88 | - |
| YUV | 147.71 | 168.8 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 105 | 220 | 0.07 | 0.52 | 0 | 0.14 | 291.65 | 0.62 | 0.64 |
| Hex | CC | 69 | DC | 7 | 34 | 0 | E | 124 | 3E | 40 |
| Octal | 314 | 151 | 334 | 7 | 64 | 0 | 16 | 444 | 76 | 100 |
| Binary | 11001100 | 1101001 | 11011100 | 111 | 110100 | 0 | 1110 | 100100100 | 111110 | 1000000 |
Color Harmonies of #CC69DC
Complementary color
Monochromatic Colors of #CC69DC
Black with #CC69DC
Text Example
Text Example
White with #CC69DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC69DC; }
p { color: rgb(204,105,220); }
H1.HeaderClassName
{
color: #CC69DC;
}
.AnyTagClassName
{
color: #CC69DC;
}
</style>
background-color css
<style>
a { background-color: #CC69DC; }
a { background-color: rgb(204,105,220); }
div.DivClassName
{
background-color: #CC69DC;
}
.BgClassName
{
background-color: #CC69DC;
}
</style>
border-color css
<style>
span { border-color: #CC69DC; }
span { border-color: rgb(204,105,220); }
td.TdClassName
{
border-color: #CC69DC;
}
.TagClassName
{
border-color: #CC69DC;
}
</style>