Shades of Orchid #CB64D2
Tints of Orchid #CB64D2
RGB
CMYK
RGB Variations
Color information
#CB64D2 (or 0xCB64D2) is known color: Orchid. HEX triplet: CB, 64 and D2. RGB value is (203,100,210). Sum of RGB (Red+Green+Blue) = 203+100+210=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 100 (39.45% from 255 or 19.49% 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 #CB64D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB64D2 is #349B2D. Grayscale: #8F8F8F. Windows color (decimal): -3447598 or 13788363. OLE color: 13788363.
HSL color Cylindrical-coordinate representation of color #CB64D2: hue angle of 296.18º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB64D2 is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 100 | 210 | - |
| CMYK | 0.03 | 0.52 | 0 | 0.18 |
| HSL | 296.18º | 0.55% | 0.61% | - |
| HSV(B) | 296.18º | 0.52% | 0.82% | - |
| XYZ | 40.82 | 26.46 | 63.93 | - |
| YUV | 143.34 | 165.62 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 100 | 210 | 0.03 | 0.52 | 0 | 0.18 | 296.18 | 0.55 | 0.61 |
| Hex | CB | 64 | D2 | 3 | 34 | 0 | 12 | 128 | 37 | 3D |
| Octal | 313 | 144 | 322 | 3 | 64 | 0 | 22 | 450 | 67 | 75 |
| Binary | 11001011 | 1100100 | 11010010 | 11 | 110100 | 0 | 10010 | 100101000 | 110111 | 111101 |
Color Harmonies of #CB64D2
Complementary color
Monochromatic Colors of #CB64D2
Black with #CB64D2
Text Example
Text Example
White with #CB64D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB64D2; }
p { color: rgb(203,100,210); }
H1.HeaderClassName
{
color: #CB64D2;
}
.AnyTagClassName
{
color: #CB64D2;
}
</style>
background-color css
<style>
a { background-color: #CB64D2; }
a { background-color: rgb(203,100,210); }
div.DivClassName
{
background-color: #CB64D2;
}
.BgClassName
{
background-color: #CB64D2;
}
</style>
border-color css
<style>
span { border-color: #CB64D2; }
span { border-color: rgb(203,100,210); }
td.TdClassName
{
border-color: #CB64D2;
}
.TagClassName
{
border-color: #CB64D2;
}
</style>