Shades of Orchid #CA67D5
Tints of Orchid #CA67D5
RGB
CMYK
RGB Variations
Color information
#CA67D5 (or 0xCA67D5) is known color: Orchid. HEX triplet: CA, 67 and D5. RGB value is (202,103,213). Sum of RGB (Red+Green+Blue) = 202+103+213=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 103 (40.62% from 255 or 19.88% from 518); Blue value is 213 (83.59% from 255 or 41.12% from 518); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA67D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA67D5 is #35982A. Grayscale: #909090. Windows color (decimal): -3512363 or 13985738. OLE color: 13985738.
HSL color Cylindrical-coordinate representation of color #CA67D5: hue angle of 294º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA67D5 is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 103 | 213 | - |
| CMYK | 0.05 | 0.52 | 0 | 0.16 |
| HSL | 294º | 0.57% | 0.62% | - |
| HSV(B) | 294º | 0.52% | 0.84% | - |
| XYZ | 41.22 | 27.06 | 66 | - |
| YUV | 145.14 | 166.3 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 103 | 213 | 0.05 | 0.52 | 0 | 0.16 | 294 | 0.57 | 0.62 |
| Hex | CA | 67 | D5 | 5 | 34 | 0 | 10 | 126 | 39 | 3E |
| Octal | 312 | 147 | 325 | 5 | 64 | 0 | 20 | 446 | 71 | 76 |
| Binary | 11001010 | 1100111 | 11010101 | 101 | 110100 | 0 | 10000 | 100100110 | 111001 | 111110 |
Color Harmonies of #CA67D5
Complementary color
Monochromatic Colors of #CA67D5
Black with #CA67D5
Text Example
Text Example
White with #CA67D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA67D5; }
p { color: rgb(202,103,213); }
H1.HeaderClassName
{
color: #CA67D5;
}
.AnyTagClassName
{
color: #CA67D5;
}
</style>
background-color css
<style>
a { background-color: #CA67D5; }
a { background-color: rgb(202,103,213); }
div.DivClassName
{
background-color: #CA67D5;
}
.BgClassName
{
background-color: #CA67D5;
}
</style>
border-color css
<style>
span { border-color: #CA67D5; }
span { border-color: rgb(202,103,213); }
td.TdClassName
{
border-color: #CA67D5;
}
.TagClassName
{
border-color: #CA67D5;
}
</style>