Shades of Orchid #D965CC
Tints of Orchid #D965CC
RGB
CMYK
RGB Variations
Color information
#D965CC (or 0xD965CC) is known color: Orchid. HEX triplet: D9, 65 and CC. RGB value is (217,101,204). Sum of RGB (Red+Green+Blue) = 217+101+204=522 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.57% from 522); Green value is 101 (39.84% from 255 or 19.35% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 217 - color contains mainly: red. Hex color #D965CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D965CC is #269A33. Grayscale: #939393. Windows color (decimal): -2529844 or 13395417. OLE color: 13395417.
HSL color Cylindrical-coordinate representation of color #D965CC: hue angle of 306.72º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D965CC is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 101 | 204 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.15 |
| HSL | 306.72º | 0.6% | 0.62% | - |
| HSV(B) | 306.72º | 0.53% | 0.85% | - |
| XYZ | 44.17 | 28.42 | 60.28 | - |
| YUV | 147.43 | 159.93 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 101 | 204 | 0 | 0.53 | 0.06 | 0.15 | 306.72 | 0.6 | 0.62 |
| Hex | D9 | 65 | CC | 0 | 35 | 6 | F | 133 | 3C | 3E |
| Octal | 331 | 145 | 314 | 0 | 65 | 6 | 17 | 463 | 74 | 76 |
| Binary | 11011001 | 1100101 | 11001100 | 0 | 110101 | 110 | 1111 | 100110011 | 111100 | 111110 |
Color Harmonies of #D965CC
Complementary color
Monochromatic Colors of #D965CC
Black with #D965CC
Text Example
Text Example
White with #D965CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D965CC; }
p { color: rgb(217,101,204); }
H1.HeaderClassName
{
color: #D965CC;
}
.AnyTagClassName
{
color: #D965CC;
}
</style>
background-color css
<style>
a { background-color: #D965CC; }
a { background-color: rgb(217,101,204); }
div.DivClassName
{
background-color: #D965CC;
}
.BgClassName
{
background-color: #D965CC;
}
</style>
border-color css
<style>
span { border-color: #D965CC; }
span { border-color: rgb(217,101,204); }
td.TdClassName
{
border-color: #D965CC;
}
.TagClassName
{
border-color: #D965CC;
}
</style>