Shades of Orchid #CB74DE
Tints of Orchid #CB74DE
RGB
CMYK
RGB Variations
Color information
#CB74DE (or 0xCB74DE) is known color: Orchid. HEX triplet: CB, 74 and DE. RGB value is (203,116,222). Sum of RGB (Red+Green+Blue) = 203+116+222=541 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.52% from 541); Green value is 116 (45.70% from 255 or 21.44% from 541); Blue value is 222 (87.11% from 255 or 41.04% from 541); Max value from RGB is 222 - color contains mainly: blue. Hex color #CB74DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB74DE is #348B21. Grayscale: #999999. Windows color (decimal): -3443490 or 14578891. OLE color: 14578891.
HSL color Cylindrical-coordinate representation of color #CB74DE: hue angle of 289.25º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB74DE is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 116 | 222 | - |
| CMYK | 0.09 | 0.48 | 0 | 0.13 |
| HSL | 289.25º | 0.62% | 0.66% | - |
| HSV(B) | 289.25º | 0.48% | 0.87% | - |
| XYZ | 44.06 | 30.46 | 72.66 | - |
| YUV | 154.1 | 166.32 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 116 | 222 | 0.09 | 0.48 | 0 | 0.13 | 289.25 | 0.62 | 0.66 |
| Hex | CB | 74 | DE | 9 | 30 | 0 | D | 121 | 3E | 42 |
| Octal | 313 | 164 | 336 | 11 | 60 | 0 | 15 | 441 | 76 | 102 |
| Binary | 11001011 | 1110100 | 11011110 | 1001 | 110000 | 0 | 1101 | 100100001 | 111110 | 1000010 |
Color Harmonies of #CB74DE
Complementary color
Monochromatic Colors of #CB74DE
Black with #CB74DE
Text Example
Text Example
White with #CB74DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB74DE; }
p { color: rgb(203,116,222); }
H1.HeaderClassName
{
color: #CB74DE;
}
.AnyTagClassName
{
color: #CB74DE;
}
</style>
background-color css
<style>
a { background-color: #CB74DE; }
a { background-color: rgb(203,116,222); }
div.DivClassName
{
background-color: #CB74DE;
}
.BgClassName
{
background-color: #CB74DE;
}
</style>
border-color css
<style>
span { border-color: #CB74DE; }
span { border-color: rgb(203,116,222); }
td.TdClassName
{
border-color: #CB74DE;
}
.TagClassName
{
border-color: #CB74DE;
}
</style>