Shades of Orchid #CB65D2
Tints of Orchid #CB65D2
RGB
CMYK
RGB Variations
Color information
#CB65D2 (or 0xCB65D2) is known color: Orchid. HEX triplet: CB, 65 and D2. RGB value is (203,101,210). Sum of RGB (Red+Green+Blue) = 203+101+210=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 101 (39.84% from 255 or 19.65% from 514); Blue value is 210 (82.42% from 255 or 40.86% from 514); Max value from RGB is 210 - color contains mainly: blue. Hex color #CB65D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB65D2 is #349A2D. Grayscale: #8F8F8F. Windows color (decimal): -3447342 or 13788619. OLE color: 13788619.
HSL color Cylindrical-coordinate representation of color #CB65D2: hue angle of 296.15º 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 #CB65D2 is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 101 | 210 | - |
| CMYK | 0.03 | 0.52 | 0 | 0.18 |
| HSL | 296.15º | 0.55% | 0.61% | - |
| HSV(B) | 296.15º | 0.52% | 0.82% | - |
| XYZ | 40.92 | 26.66 | 63.96 | - |
| YUV | 143.92 | 165.29 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 101 | 210 | 0.03 | 0.52 | 0 | 0.18 | 296.15 | 0.55 | 0.61 |
| Hex | CB | 65 | D2 | 3 | 34 | 0 | 12 | 128 | 37 | 3D |
| Octal | 313 | 145 | 322 | 3 | 64 | 0 | 22 | 450 | 67 | 75 |
| Binary | 11001011 | 1100101 | 11010010 | 11 | 110100 | 0 | 10010 | 100101000 | 110111 | 111101 |
Color Harmonies of #CB65D2
Complementary color
Monochromatic Colors of #CB65D2
Black with #CB65D2
Text Example
Text Example
White with #CB65D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB65D2; }
p { color: rgb(203,101,210); }
H1.HeaderClassName
{
color: #CB65D2;
}
.AnyTagClassName
{
color: #CB65D2;
}
</style>
background-color css
<style>
a { background-color: #CB65D2; }
a { background-color: rgb(203,101,210); }
div.DivClassName
{
background-color: #CB65D2;
}
.BgClassName
{
background-color: #CB65D2;
}
</style>
border-color css
<style>
span { border-color: #CB65D2; }
span { border-color: rgb(203,101,210); }
td.TdClassName
{
border-color: #CB65D2;
}
.TagClassName
{
border-color: #CB65D2;
}
</style>