Shades of Orchid #CA69CF
Tints of Orchid #CA69CF
RGB
CMYK
RGB Variations
Color information
#CA69CF (or 0xCA69CF) is known color: Orchid. HEX triplet: CA, 69 and CF. RGB value is (202,105,207). Sum of RGB (Red+Green+Blue) = 202+105+207=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 105 (41.41% from 255 or 20.43% from 514); Blue value is 207 (81.25% from 255 or 40.27% from 514); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA69CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA69CF is #359630. Grayscale: #919191. Windows color (decimal): -3511857 or 13593034. OLE color: 13593034.
HSL color Cylindrical-coordinate representation of color #CA69CF: hue angle of 297.06º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA69CF is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 105 | 207 | - |
| CMYK | 0.02 | 0.49 | 0 | 0.19 |
| HSL | 297.06º | 0.52% | 0.61% | - |
| HSV(B) | 297.06º | 0.49% | 0.81% | - |
| XYZ | 40.67 | 27.16 | 62.13 | - |
| YUV | 145.63 | 162.64 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 105 | 207 | 0.02 | 0.49 | 0 | 0.19 | 297.06 | 0.52 | 0.61 |
| Hex | CA | 69 | CF | 2 | 31 | 0 | 13 | 129 | 34 | 3D |
| Octal | 312 | 151 | 317 | 2 | 61 | 0 | 23 | 451 | 64 | 75 |
| Binary | 11001010 | 1101001 | 11001111 | 10 | 110001 | 0 | 10011 | 100101001 | 110100 | 111101 |
Color Harmonies of #CA69CF
Complementary color
Monochromatic Colors of #CA69CF
Black with #CA69CF
Text Example
Text Example
White with #CA69CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA69CF; }
p { color: rgb(202,105,207); }
H1.HeaderClassName
{
color: #CA69CF;
}
.AnyTagClassName
{
color: #CA69CF;
}
</style>
background-color css
<style>
a { background-color: #CA69CF; }
a { background-color: rgb(202,105,207); }
div.DivClassName
{
background-color: #CA69CF;
}
.BgClassName
{
background-color: #CA69CF;
}
</style>
border-color css
<style>
span { border-color: #CA69CF; }
span { border-color: rgb(202,105,207); }
td.TdClassName
{
border-color: #CA69CF;
}
.TagClassName
{
border-color: #CA69CF;
}
</style>