Shades of Orchid #CA67CF
Tints of Orchid #CA67CF
RGB
CMYK
RGB Variations
Color information
#CA67CF (or 0xCA67CF) is known color: Orchid. HEX triplet: CA, 67 and CF. RGB value is (202,103,207). Sum of RGB (Red+Green+Blue) = 202+103+207=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 103 (40.62% from 255 or 20.12% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA67CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA67CF is #359830. Grayscale: #909090. Windows color (decimal): -3512369 or 13592522. OLE color: 13592522.
HSL color Cylindrical-coordinate representation of color #CA67CF: hue angle of 297.12º 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 #CA67CF is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 103 | 207 | - |
| CMYK | 0.02 | 0.50 | 0 | 0.19 |
| HSL | 297.12º | 0.52% | 0.61% | - |
| HSV(B) | 297.12º | 0.5% | 0.81% | - |
| XYZ | 40.47 | 26.76 | 62.06 | - |
| YUV | 144.46 | 163.3 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 103 | 207 | 0.02 | 0.50 | 0 | 0.19 | 297.12 | 0.52 | 0.61 |
| Hex | CA | 67 | CF | 2 | 32 | 0 | 13 | 129 | 34 | 3D |
| Octal | 312 | 147 | 317 | 2 | 62 | 0 | 23 | 451 | 64 | 75 |
| Binary | 11001010 | 1100111 | 11001111 | 10 | 110010 | 0 | 10011 | 100101001 | 110100 | 111101 |
Color Harmonies of #CA67CF
Complementary color
Monochromatic Colors of #CA67CF
Black with #CA67CF
Text Example
Text Example
White with #CA67CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA67CF; }
p { color: rgb(202,103,207); }
H1.HeaderClassName
{
color: #CA67CF;
}
.AnyTagClassName
{
color: #CA67CF;
}
</style>
background-color css
<style>
a { background-color: #CA67CF; }
a { background-color: rgb(202,103,207); }
div.DivClassName
{
background-color: #CA67CF;
}
.BgClassName
{
background-color: #CA67CF;
}
</style>
border-color css
<style>
span { border-color: #CA67CF; }
span { border-color: rgb(202,103,207); }
td.TdClassName
{
border-color: #CA67CF;
}
.TagClassName
{
border-color: #CA67CF;
}
</style>