Shades of Orchid #CD67CF
Tints of Orchid #CD67CF
RGB
CMYK
RGB Variations
Color information
#CD67CF (or 0xCD67CF) is known color: Orchid. HEX triplet: CD, 67 and CF. RGB value is (205,103,207). Sum of RGB (Red+Green+Blue) = 205+103+207=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 103 (40.62% from 255 or 20% from 515); Blue value is 207 (81.25% from 255 or 40.19% from 515); Max value from RGB is 207 - color contains mainly: blue. Hex color #CD67CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD67CF is #329830. Grayscale: #919191. Windows color (decimal): -3315761 or 13592525. OLE color: 13592525.
HSL color Cylindrical-coordinate representation of color #CD67CF: hue angle of 298.85º 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 #CD67CF is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 103 | 207 | - |
| CMYK | 0.01 | 0.50 | 0 | 0.19 |
| HSL | 298.85º | 0.52% | 0.61% | - |
| HSV(B) | 298.85º | 0.5% | 0.81% | - |
| XYZ | 41.29 | 27.18 | 62.1 | - |
| YUV | 145.35 | 162.79 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 103 | 207 | 0.01 | 0.50 | 0 | 0.19 | 298.85 | 0.52 | 0.61 |
| Hex | CD | 67 | CF | 1 | 32 | 0 | 13 | 12B | 34 | 3D |
| Octal | 315 | 147 | 317 | 1 | 62 | 0 | 23 | 453 | 64 | 75 |
| Binary | 11001101 | 1100111 | 11001111 | 1 | 110010 | 0 | 10011 | 100101011 | 110100 | 111101 |
Color Harmonies of #CD67CF
Complementary color
Monochromatic Colors of #CD67CF
Black with #CD67CF
Text Example
Text Example
White with #CD67CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD67CF; }
p { color: rgb(205,103,207); }
H1.HeaderClassName
{
color: #CD67CF;
}
.AnyTagClassName
{
color: #CD67CF;
}
</style>
background-color css
<style>
a { background-color: #CD67CF; }
a { background-color: rgb(205,103,207); }
div.DivClassName
{
background-color: #CD67CF;
}
.BgClassName
{
background-color: #CD67CF;
}
</style>
border-color css
<style>
span { border-color: #CD67CF; }
span { border-color: rgb(205,103,207); }
td.TdClassName
{
border-color: #CD67CF;
}
.TagClassName
{
border-color: #CD67CF;
}
</style>