Shades of Orchid #D665CC
Tints of Orchid #D665CC
RGB
CMYK
RGB Variations
Color information
#D665CC (or 0xD665CC) is known color: Orchid. HEX triplet: D6, 65 and CC. RGB value is (214,101,204). Sum of RGB (Red+Green+Blue) = 214+101+204=519 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.23% from 519); Green value is 101 (39.84% from 255 or 19.46% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 214 - color contains mainly: red. Hex color #D665CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D665CC is #299A33. Grayscale: #929292. Windows color (decimal): -2726452 or 13395414. OLE color: 13395414.
HSL color Cylindrical-coordinate representation of color #D665CC: hue angle of 305.31º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D665CC is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 101 | 204 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.16 |
| HSL | 305.31º | 0.58% | 0.62% | - |
| HSV(B) | 305.31º | 0.53% | 0.84% | - |
| XYZ | 43.28 | 27.96 | 60.24 | - |
| YUV | 146.53 | 160.44 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 101 | 204 | 0 | 0.53 | 0.05 | 0.16 | 305.31 | 0.58 | 0.62 |
| Hex | D6 | 65 | CC | 0 | 35 | 5 | 10 | 131 | 3A | 3E |
| Octal | 326 | 145 | 314 | 0 | 65 | 5 | 20 | 461 | 72 | 76 |
| Binary | 11010110 | 1100101 | 11001100 | 0 | 110101 | 101 | 10000 | 100110001 | 111010 | 111110 |
Color Harmonies of #D665CC
Complementary color
Monochromatic Colors of #D665CC
Black with #D665CC
Text Example
Text Example
White with #D665CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D665CC; }
p { color: rgb(214,101,204); }
H1.HeaderClassName
{
color: #D665CC;
}
.AnyTagClassName
{
color: #D665CC;
}
</style>
background-color css
<style>
a { background-color: #D665CC; }
a { background-color: rgb(214,101,204); }
div.DivClassName
{
background-color: #D665CC;
}
.BgClassName
{
background-color: #D665CC;
}
</style>
border-color css
<style>
span { border-color: #D665CC; }
span { border-color: rgb(214,101,204); }
td.TdClassName
{
border-color: #D665CC;
}
.TagClassName
{
border-color: #D665CC;
}
</style>