Shades of Orchid #CA65D1
Tints of Orchid #CA65D1
RGB
CMYK
RGB Variations
Color information
#CA65D1 (or 0xCA65D1) is known color: Orchid. HEX triplet: CA, 65 and D1. RGB value is (202,101,209). Sum of RGB (Red+Green+Blue) = 202+101+209=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 101 (39.84% from 255 or 19.73% from 512); Blue value is 209 (82.03% from 255 or 40.82% from 512); Max value from RGB is 209 - color contains mainly: blue. Hex color #CA65D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA65D1 is #359A2E. Grayscale: #8F8F8F. Windows color (decimal): -3512879 or 13723082. OLE color: 13723082.
HSL color Cylindrical-coordinate representation of color #CA65D1: hue angle of 296.11º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA65D1 is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 101 | 209 | - |
| CMYK | 0.03 | 0.52 | 0 | 0.18 |
| HSL | 296.11º | 0.54% | 0.61% | - |
| HSV(B) | 296.11º | 0.52% | 0.82% | - |
| XYZ | 40.52 | 26.47 | 63.29 | - |
| YUV | 143.51 | 164.96 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 101 | 209 | 0.03 | 0.52 | 0 | 0.18 | 296.11 | 0.54 | 0.61 |
| Hex | CA | 65 | D1 | 3 | 34 | 0 | 12 | 128 | 36 | 3D |
| Octal | 312 | 145 | 321 | 3 | 64 | 0 | 22 | 450 | 66 | 75 |
| Binary | 11001010 | 1100101 | 11010001 | 11 | 110100 | 0 | 10010 | 100101000 | 110110 | 111101 |
Color Harmonies of #CA65D1
Complementary color
Monochromatic Colors of #CA65D1
Black with #CA65D1
Text Example
Text Example
White with #CA65D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA65D1; }
p { color: rgb(202,101,209); }
H1.HeaderClassName
{
color: #CA65D1;
}
.AnyTagClassName
{
color: #CA65D1;
}
</style>
background-color css
<style>
a { background-color: #CA65D1; }
a { background-color: rgb(202,101,209); }
div.DivClassName
{
background-color: #CA65D1;
}
.BgClassName
{
background-color: #CA65D1;
}
</style>
border-color css
<style>
span { border-color: #CA65D1; }
span { border-color: rgb(202,101,209); }
td.TdClassName
{
border-color: #CA65D1;
}
.TagClassName
{
border-color: #CA65D1;
}
</style>