Shades of Medium Orchid #CA67DF
Tints of Medium Orchid #CA67DF
RGB
CMYK
RGB Variations
Color information
#CA67DF (or 0xCA67DF) is known color: Medium Orchid. HEX triplet: CA, 67 and DF. RGB value is (202,103,223). Sum of RGB (Red+Green+Blue) = 202+103+223=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 103 (40.62% from 255 or 19.51% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA67DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA67DF is #359820. Grayscale: #919191. Windows color (decimal): -3512353 or 14641098. OLE color: 14641098.
HSL color Cylindrical-coordinate representation of color #CA67DF: hue angle of 289.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA67DF is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 103 | 223 | - |
| CMYK | 0.09 | 0.54 | 0 | 0.13 |
| HSL | 289.5º | 0.65% | 0.64% | - |
| HSV(B) | 289.5º | 0.54% | 0.87% | - |
| XYZ | 42.53 | 27.58 | 72.9 | - |
| YUV | 146.28 | 171.3 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 103 | 223 | 0.09 | 0.54 | 0 | 0.13 | 289.5 | 0.65 | 0.64 |
| Hex | CA | 67 | DF | 9 | 36 | 0 | D | 122 | 41 | 40 |
| Octal | 312 | 147 | 337 | 11 | 66 | 0 | 15 | 442 | 101 | 100 |
| Binary | 11001010 | 1100111 | 11011111 | 1001 | 110110 | 0 | 1101 | 100100010 | 1000001 | 1000000 |
Color Harmonies of #CA67DF
Complementary color
Monochromatic Colors of #CA67DF
Black with #CA67DF
Text Example
Text Example
White with #CA67DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA67DF; }
p { color: rgb(202,103,223); }
H1.HeaderClassName
{
color: #CA67DF;
}
.AnyTagClassName
{
color: #CA67DF;
}
</style>
background-color css
<style>
a { background-color: #CA67DF; }
a { background-color: rgb(202,103,223); }
div.DivClassName
{
background-color: #CA67DF;
}
.BgClassName
{
background-color: #CA67DF;
}
</style>
border-color css
<style>
span { border-color: #CA67DF; }
span { border-color: rgb(202,103,223); }
td.TdClassName
{
border-color: #CA67DF;
}
.TagClassName
{
border-color: #CA67DF;
}
</style>