Shades of Orchid #CC63D2
Tints of Orchid #CC63D2
RGB
CMYK
RGB Variations
Color information
#CC63D2 (or 0xCC63D2) is known color: Orchid. HEX triplet: CC, 63 and D2. RGB value is (204,99,210). Sum of RGB (Red+Green+Blue) = 204+99+210=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 99 (39.06% from 255 or 19.30% from 513); Blue value is 210 (82.42% from 255 or 40.94% from 513); Max value from RGB is 210 - color contains mainly: blue. Hex color #CC63D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC63D2 is #339C2D. Grayscale: #8E8E8E. Windows color (decimal): -3382318 or 13788108. OLE color: 13788108.
HSL color Cylindrical-coordinate representation of color #CC63D2: hue angle of 296.76º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC63D2 is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 99 | 210 | - |
| CMYK | 0.03 | 0.53 | 0 | 0.18 |
| HSL | 296.76º | 0.55% | 0.61% | - |
| HSV(B) | 296.76º | 0.53% | 0.82% | - |
| XYZ | 41 | 26.41 | 63.91 | - |
| YUV | 143.05 | 165.79 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 210 | 0.03 | 0.53 | 0 | 0.18 | 296.76 | 0.55 | 0.61 |
| Hex | CC | 63 | D2 | 3 | 35 | 0 | 12 | 129 | 37 | 3D |
| Octal | 314 | 143 | 322 | 3 | 65 | 0 | 22 | 451 | 67 | 75 |
| Binary | 11001100 | 1100011 | 11010010 | 11 | 110101 | 0 | 10010 | 100101001 | 110111 | 111101 |
Color Harmonies of #CC63D2
Complementary color
Monochromatic Colors of #CC63D2
Black with #CC63D2
Text Example
Text Example
White with #CC63D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC63D2; }
p { color: rgb(204,99,210); }
H1.HeaderClassName
{
color: #CC63D2;
}
.AnyTagClassName
{
color: #CC63D2;
}
</style>
background-color css
<style>
a { background-color: #CC63D2; }
a { background-color: rgb(204,99,210); }
div.DivClassName
{
background-color: #CC63D2;
}
.BgClassName
{
background-color: #CC63D2;
}
</style>
border-color css
<style>
span { border-color: #CC63D2; }
span { border-color: rgb(204,99,210); }
td.TdClassName
{
border-color: #CC63D2;
}
.TagClassName
{
border-color: #CC63D2;
}
</style>