Shades of Orchid #CB67DC
Tints of Orchid #CB67DC
RGB
CMYK
RGB Variations
Color information
#CB67DC (or 0xCB67DC) is known color: Orchid. HEX triplet: CB, 67 and DC. RGB value is (203,103,220). Sum of RGB (Red+Green+Blue) = 203+103+220=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 103 (40.62% from 255 or 19.58% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB67DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB67DC is #349823. Grayscale: #919191. Windows color (decimal): -3446820 or 14444491. OLE color: 14444491.
HSL color Cylindrical-coordinate representation of color #CB67DC: hue angle of 291.28º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB67DC is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 103 | 220 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.14 |
| HSL | 291.28º | 0.63% | 0.63% | - |
| HSV(B) | 291.28º | 0.53% | 0.86% | - |
| XYZ | 42.4 | 27.56 | 70.8 | - |
| YUV | 146.24 | 169.63 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 103 | 220 | 0.08 | 0.53 | 0 | 0.14 | 291.28 | 0.63 | 0.63 |
| Hex | CB | 67 | DC | 8 | 35 | 0 | E | 123 | 3F | 3F |
| Octal | 313 | 147 | 334 | 10 | 65 | 0 | 16 | 443 | 77 | 77 |
| Binary | 11001011 | 1100111 | 11011100 | 1000 | 110101 | 0 | 1110 | 100100011 | 111111 | 111111 |
Color Harmonies of #CB67DC
Complementary color
Monochromatic Colors of #CB67DC
Black with #CB67DC
Text Example
Text Example
White with #CB67DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB67DC; }
p { color: rgb(203,103,220); }
H1.HeaderClassName
{
color: #CB67DC;
}
.AnyTagClassName
{
color: #CB67DC;
}
</style>
background-color css
<style>
a { background-color: #CB67DC; }
a { background-color: rgb(203,103,220); }
div.DivClassName
{
background-color: #CB67DC;
}
.BgClassName
{
background-color: #CB67DC;
}
</style>
border-color css
<style>
span { border-color: #CB67DC; }
span { border-color: rgb(203,103,220); }
td.TdClassName
{
border-color: #CB67DC;
}
.TagClassName
{
border-color: #CB67DC;
}
</style>