Shades of Orchid #CA69CA
Tints of Orchid #CA69CA
RGB
CMYK
RGB Variations
Color information
#CA69CA (or 0xCA69CA) is known color: Orchid. HEX triplet: CA, 69 and CA. RGB value is (202,105,202). Sum of RGB (Red+Green+Blue) = 202+105+202=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 105 (41.41% from 255 or 20.63% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA69CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA69CA is #359635. Grayscale: #909090. Windows color (decimal): -3511862 or 13265354. OLE color: 13265354.
HSL color Cylindrical-coordinate representation of color #CA69CA: hue angle of 300º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA69CA is Cyan = 0, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 105 | 202 | - |
| CMYK | 0 | 0.48 | 0 | 0.21 |
| HSL | 300º | 0.48% | 0.6% | - |
| HSV(B) | 300º | 0.48% | 0.79% | - |
| XYZ | 40.07 | 26.92 | 58.96 | - |
| YUV | 145.06 | 160.14 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 105 | 202 | 0 | 0.48 | 0 | 0.21 | 300 | 0.48 | 0.6 |
| Hex | CA | 69 | CA | 0 | 30 | 0 | 15 | 12C | 30 | 3C |
| Octal | 312 | 151 | 312 | 0 | 60 | 0 | 25 | 454 | 60 | 74 |
| Binary | 11001010 | 1101001 | 11001010 | 0 | 110000 | 0 | 10101 | 100101100 | 110000 | 111100 |
Color Harmonies of #CA69CA
Complementary color
Monochromatic Colors of #CA69CA
Black with #CA69CA
Text Example
Text Example
White with #CA69CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA69CA; }
p { color: rgb(202,105,202); }
H1.HeaderClassName
{
color: #CA69CA;
}
.AnyTagClassName
{
color: #CA69CA;
}
</style>
background-color css
<style>
a { background-color: #CA69CA; }
a { background-color: rgb(202,105,202); }
div.DivClassName
{
background-color: #CA69CA;
}
.BgClassName
{
background-color: #CA69CA;
}
</style>
border-color css
<style>
span { border-color: #CA69CA; }
span { border-color: rgb(202,105,202); }
td.TdClassName
{
border-color: #CA69CA;
}
.TagClassName
{
border-color: #CA69CA;
}
</style>