Shades of Orchid #D667CC
Tints of Orchid #D667CC
RGB
CMYK
RGB Variations
Color information
#D667CC (or 0xD667CC) is known color: Orchid. HEX triplet: D6, 67 and CC. RGB value is (214,103,204). Sum of RGB (Red+Green+Blue) = 214+103+204=521 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.07% from 521); Green value is 103 (40.62% from 255 or 19.77% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 214 - color contains mainly: red. Hex color #D667CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D667CC is #299833. Grayscale: #939393. Windows color (decimal): -2725940 or 13395926. OLE color: 13395926.
HSL color Cylindrical-coordinate representation of color #D667CC: hue angle of 305.41º degrees, saturation: 0.58, 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 #D667CC is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 103 | 204 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.16 |
| HSL | 305.41º | 0.58% | 0.62% | - |
| HSV(B) | 305.41º | 0.52% | 0.84% | - |
| XYZ | 43.48 | 28.36 | 60.31 | - |
| YUV | 147.7 | 159.77 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 103 | 204 | 0 | 0.52 | 0.05 | 0.16 | 305.41 | 0.58 | 0.62 |
| Hex | D6 | 67 | CC | 0 | 34 | 5 | 10 | 131 | 3A | 3E |
| Octal | 326 | 147 | 314 | 0 | 64 | 5 | 20 | 461 | 72 | 76 |
| Binary | 11010110 | 1100111 | 11001100 | 0 | 110100 | 101 | 10000 | 100110001 | 111010 | 111110 |
Color Harmonies of #D667CC
Complementary color
Monochromatic Colors of #D667CC
Black with #D667CC
Text Example
Text Example
White with #D667CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D667CC; }
p { color: rgb(214,103,204); }
H1.HeaderClassName
{
color: #D667CC;
}
.AnyTagClassName
{
color: #D667CC;
}
</style>
background-color css
<style>
a { background-color: #D667CC; }
a { background-color: rgb(214,103,204); }
div.DivClassName
{
background-color: #D667CC;
}
.BgClassName
{
background-color: #D667CC;
}
</style>
border-color css
<style>
span { border-color: #D667CC; }
span { border-color: rgb(214,103,204); }
td.TdClassName
{
border-color: #D667CC;
}
.TagClassName
{
border-color: #D667CC;
}
</style>