Shades of Orchid #CA68CF
Tints of Orchid #CA68CF
RGB
CMYK
RGB Variations
Color information
#CA68CF (or 0xCA68CF) is known color: Orchid. HEX triplet: CA, 68 and CF. RGB value is (202,104,207). Sum of RGB (Red+Green+Blue) = 202+104+207=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 104 (41.02% from 255 or 20.27% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA68CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA68CF is #359730. Grayscale: #909090. Windows color (decimal): -3512113 or 13592778. OLE color: 13592778.
HSL color Cylindrical-coordinate representation of color #CA68CF: hue angle of 297.09º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA68CF is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 104 | 207 | - |
| CMYK | 0.02 | 0.50 | 0 | 0.19 |
| HSL | 297.09º | 0.52% | 0.61% | - |
| HSV(B) | 297.09º | 0.5% | 0.81% | - |
| XYZ | 40.57 | 26.96 | 62.1 | - |
| YUV | 145.04 | 162.97 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 104 | 207 | 0.02 | 0.50 | 0 | 0.19 | 297.09 | 0.52 | 0.61 |
| Hex | CA | 68 | CF | 2 | 32 | 0 | 13 | 129 | 34 | 3D |
| Octal | 312 | 150 | 317 | 2 | 62 | 0 | 23 | 451 | 64 | 75 |
| Binary | 11001010 | 1101000 | 11001111 | 10 | 110010 | 0 | 10011 | 100101001 | 110100 | 111101 |
Color Harmonies of #CA68CF
Complementary color
Monochromatic Colors of #CA68CF
Black with #CA68CF
Text Example
Text Example
White with #CA68CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA68CF; }
p { color: rgb(202,104,207); }
H1.HeaderClassName
{
color: #CA68CF;
}
.AnyTagClassName
{
color: #CA68CF;
}
</style>
background-color css
<style>
a { background-color: #CA68CF; }
a { background-color: rgb(202,104,207); }
div.DivClassName
{
background-color: #CA68CF;
}
.BgClassName
{
background-color: #CA68CF;
}
</style>
border-color css
<style>
span { border-color: #CA68CF; }
span { border-color: rgb(202,104,207); }
td.TdClassName
{
border-color: #CA68CF;
}
.TagClassName
{
border-color: #CA68CF;
}
</style>