Shades of Orchid #CA67DD
Tints of Orchid #CA67DD
RGB
CMYK
RGB Variations
Color information
#CA67DD (or 0xCA67DD) is known color: Orchid. HEX triplet: CA, 67 and DD. RGB value is (202,103,221). Sum of RGB (Red+Green+Blue) = 202+103+221=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 103 (40.62% from 255 or 19.58% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA67DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA67DD is #359822. Grayscale: #919191. Windows color (decimal): -3512355 or 14510026. OLE color: 14510026.
HSL color Cylindrical-coordinate representation of color #CA67DD: hue angle of 290.34º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA67DD is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 103 | 221 | - |
| CMYK | 0.09 | 0.53 | 0 | 0.13 |
| HSL | 290.34º | 0.63% | 0.64% | - |
| HSV(B) | 290.34º | 0.53% | 0.87% | - |
| XYZ | 42.26 | 27.48 | 71.48 | - |
| YUV | 146.05 | 170.3 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 103 | 221 | 0.09 | 0.53 | 0 | 0.13 | 290.34 | 0.63 | 0.64 |
| Hex | CA | 67 | DD | 9 | 35 | 0 | D | 122 | 3F | 40 |
| Octal | 312 | 147 | 335 | 11 | 65 | 0 | 15 | 442 | 77 | 100 |
| Binary | 11001010 | 1100111 | 11011101 | 1001 | 110101 | 0 | 1101 | 100100010 | 111111 | 1000000 |
Color Harmonies of #CA67DD
Complementary color
Monochromatic Colors of #CA67DD
Black with #CA67DD
Text Example
Text Example
White with #CA67DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA67DD; }
p { color: rgb(202,103,221); }
H1.HeaderClassName
{
color: #CA67DD;
}
.AnyTagClassName
{
color: #CA67DD;
}
</style>
background-color css
<style>
a { background-color: #CA67DD; }
a { background-color: rgb(202,103,221); }
div.DivClassName
{
background-color: #CA67DD;
}
.BgClassName
{
background-color: #CA67DD;
}
</style>
border-color css
<style>
span { border-color: #CA67DD; }
span { border-color: rgb(202,103,221); }
td.TdClassName
{
border-color: #CA67DD;
}
.TagClassName
{
border-color: #CA67DD;
}
</style>