Shades of Orchid #CD67CE
Tints of Orchid #CD67CE
RGB
CMYK
RGB Variations
Color information
#CD67CE (or 0xCD67CE) is known color: Orchid. HEX triplet: CD, 67 and CE. RGB value is (205,103,206). Sum of RGB (Red+Green+Blue) = 205+103+206=514 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.88% from 514); Green value is 103 (40.62% from 255 or 20.04% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD67CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD67CE is #329831. Grayscale: #909090. Windows color (decimal): -3315762 or 13526989. OLE color: 13526989.
HSL color Cylindrical-coordinate representation of color #CD67CE: hue angle of 299.42º degrees, saturation: 0.51, 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 #CD67CE is Cyan = 0.00, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 103 | 206 | - |
| CMYK | 0.00 | 0.50 | 0 | 0.19 |
| HSL | 299.42º | 0.51% | 0.61% | - |
| HSV(B) | 299.42º | 0.5% | 0.81% | - |
| XYZ | 41.17 | 27.14 | 61.46 | - |
| YUV | 145.24 | 162.29 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 103 | 206 | 0.00 | 0.50 | 0 | 0.19 | 299.42 | 0.51 | 0.61 |
| Hex | CD | 67 | CE | 0 | 32 | 0 | 13 | 12B | 33 | 3D |
| Octal | 315 | 147 | 316 | 0 | 62 | 0 | 23 | 453 | 63 | 75 |
| Binary | 11001101 | 1100111 | 11001110 | 0 | 110010 | 0 | 10011 | 100101011 | 110011 | 111101 |
Color Harmonies of #CD67CE
Complementary color
Monochromatic Colors of #CD67CE
Black with #CD67CE
Text Example
Text Example
White with #CD67CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD67CE; }
p { color: rgb(205,103,206); }
H1.HeaderClassName
{
color: #CD67CE;
}
.AnyTagClassName
{
color: #CD67CE;
}
</style>
background-color css
<style>
a { background-color: #CD67CE; }
a { background-color: rgb(205,103,206); }
div.DivClassName
{
background-color: #CD67CE;
}
.BgClassName
{
background-color: #CD67CE;
}
</style>
border-color css
<style>
span { border-color: #CD67CE; }
span { border-color: rgb(205,103,206); }
td.TdClassName
{
border-color: #CD67CE;
}
.TagClassName
{
border-color: #CD67CE;
}
</style>