Shades of Orchid #CA67D3
Tints of Orchid #CA67D3
RGB
CMYK
RGB Variations
Color information
#CA67D3 (or 0xCA67D3) is known color: Orchid. HEX triplet: CA, 67 and D3. RGB value is (202,103,211). Sum of RGB (Red+Green+Blue) = 202+103+211=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 103 (40.62% from 255 or 19.96% from 516); Blue value is 211 (82.81% from 255 or 40.89% from 516); Max value from RGB is 211 - color contains mainly: blue. Hex color #CA67D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA67D3 is #35982C. Grayscale: #909090. Windows color (decimal): -3512365 or 13854666. OLE color: 13854666.
HSL color Cylindrical-coordinate representation of color #CA67D3: hue angle of 295º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA67D3 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 103 | 211 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.17 |
| HSL | 295º | 0.55% | 0.62% | - |
| HSV(B) | 295º | 0.51% | 0.83% | - |
| XYZ | 40.97 | 26.96 | 64.67 | - |
| YUV | 144.91 | 165.3 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 103 | 211 | 0.04 | 0.51 | 0 | 0.17 | 295 | 0.55 | 0.62 |
| Hex | CA | 67 | D3 | 4 | 33 | 0 | 11 | 127 | 37 | 3E |
| Octal | 312 | 147 | 323 | 4 | 63 | 0 | 21 | 447 | 67 | 76 |
| Binary | 11001010 | 1100111 | 11010011 | 100 | 110011 | 0 | 10001 | 100100111 | 110111 | 111110 |
Color Harmonies of #CA67D3
Complementary color
Monochromatic Colors of #CA67D3
Black with #CA67D3
Text Example
Text Example
White with #CA67D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA67D3; }
p { color: rgb(202,103,211); }
H1.HeaderClassName
{
color: #CA67D3;
}
.AnyTagClassName
{
color: #CA67D3;
}
</style>
background-color css
<style>
a { background-color: #CA67D3; }
a { background-color: rgb(202,103,211); }
div.DivClassName
{
background-color: #CA67D3;
}
.BgClassName
{
background-color: #CA67D3;
}
</style>
border-color css
<style>
span { border-color: #CA67D3; }
span { border-color: rgb(202,103,211); }
td.TdClassName
{
border-color: #CA67D3;
}
.TagClassName
{
border-color: #CA67D3;
}
</style>