Shades of Orchid #CD67D5
Tints of Orchid #CD67D5
RGB
CMYK
RGB Variations
Color information
#CD67D5 (or 0xCD67D5) is known color: Orchid. HEX triplet: CD, 67 and D5. RGB value is (205,103,213). Sum of RGB (Red+Green+Blue) = 205+103+213=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 103 (40.62% from 255 or 19.77% from 521); Blue value is 213 (83.59% from 255 or 40.88% from 521); Max value from RGB is 213 - color contains mainly: blue. Hex color #CD67D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD67D5 is #32982A. Grayscale: #919191. Windows color (decimal): -3315755 or 13985741. OLE color: 13985741.
HSL color Cylindrical-coordinate representation of color #CD67D5: hue angle of 295.64º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CD67D5 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 103 | 213 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.16 |
| HSL | 295.64º | 0.57% | 0.62% | - |
| HSV(B) | 295.64º | 0.52% | 0.84% | - |
| XYZ | 42.04 | 27.48 | 66.04 | - |
| YUV | 146.04 | 165.79 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 103 | 213 | 0.04 | 0.52 | 0 | 0.16 | 295.64 | 0.57 | 0.62 |
| Hex | CD | 67 | D5 | 4 | 34 | 0 | 10 | 128 | 39 | 3E |
| Octal | 315 | 147 | 325 | 4 | 64 | 0 | 20 | 450 | 71 | 76 |
| Binary | 11001101 | 1100111 | 11010101 | 100 | 110100 | 0 | 10000 | 100101000 | 111001 | 111110 |
Color Harmonies of #CD67D5
Complementary color
Monochromatic Colors of #CD67D5
Black with #CD67D5
Text Example
Text Example
White with #CD67D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD67D5; }
p { color: rgb(205,103,213); }
H1.HeaderClassName
{
color: #CD67D5;
}
.AnyTagClassName
{
color: #CD67D5;
}
</style>
background-color css
<style>
a { background-color: #CD67D5; }
a { background-color: rgb(205,103,213); }
div.DivClassName
{
background-color: #CD67D5;
}
.BgClassName
{
background-color: #CD67D5;
}
</style>
border-color css
<style>
span { border-color: #CD67D5; }
span { border-color: rgb(205,103,213); }
td.TdClassName
{
border-color: #CD67D5;
}
.TagClassName
{
border-color: #CD67D5;
}
</style>