Shades of Orchid #CF82D2
Tints of Orchid #CF82D2
RGB
CMYK
RGB Variations
Color information
#CF82D2 (or 0xCF82D2) is known color: Orchid. HEX triplet: CF, 82 and D2. RGB value is (207,130,210). Sum of RGB (Red+Green+Blue) = 207+130+210=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 130 (51.17% from 255 or 23.77% from 547); Blue value is 210 (82.42% from 255 or 38.39% from 547); Max value from RGB is 210 - color contains mainly: blue. Hex color #CF82D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF82D2 is #307D2D. Grayscale: #A1A1A1. Windows color (decimal): -3177774 or 13796047. OLE color: 13796047.
HSL color Cylindrical-coordinate representation of color #CF82D2: hue angle of 297.75º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CF82D2 is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 130 | 210 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.18 |
| HSL | 297.75º | 0.47% | 0.67% | - |
| HSV(B) | 297.75º | 0.38% | 0.82% | - |
| XYZ | 45.35 | 33.88 | 65.12 | - |
| YUV | 162.14 | 155.01 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 130 | 210 | 0.01 | 0.38 | 0 | 0.18 | 297.75 | 0.47 | 0.67 |
| Hex | CF | 82 | D2 | 1 | 26 | 0 | 12 | 12A | 2F | 43 |
| Octal | 317 | 202 | 322 | 1 | 46 | 0 | 22 | 452 | 57 | 103 |
| Binary | 11001111 | 10000010 | 11010010 | 1 | 100110 | 0 | 10010 | 100101010 | 101111 | 1000011 |
Color Harmonies of #CF82D2
Complementary color
Monochromatic Colors of #CF82D2
Black with #CF82D2
Text Example
Text Example
White with #CF82D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF82D2; }
p { color: rgb(207,130,210); }
H1.HeaderClassName
{
color: #CF82D2;
}
.AnyTagClassName
{
color: #CF82D2;
}
</style>
background-color css
<style>
a { background-color: #CF82D2; }
a { background-color: rgb(207,130,210); }
div.DivClassName
{
background-color: #CF82D2;
}
.BgClassName
{
background-color: #CF82D2;
}
</style>
border-color css
<style>
span { border-color: #CF82D2; }
span { border-color: rgb(207,130,210); }
td.TdClassName
{
border-color: #CF82D2;
}
.TagClassName
{
border-color: #CF82D2;
}
</style>