Shades of Orchid #C867D4
Tints of Orchid #C867D4
RGB
CMYK
RGB Variations
Color information
#C867D4 (or 0xC867D4) is known color: Orchid. HEX triplet: C8, 67 and D4. RGB value is (200,103,212). Sum of RGB (Red+Green+Blue) = 200+103+212=515 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.83% from 515); Green value is 103 (40.62% from 255 or 20% from 515); Blue value is 212 (83.20% from 255 or 41.17% from 515); Max value from RGB is 212 - color contains mainly: blue. Hex color #C867D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C867D4 is #37982B. Grayscale: #909090. Windows color (decimal): -3643436 or 13920200. OLE color: 13920200.
HSL color Cylindrical-coordinate representation of color #C867D4: hue angle of 293.39º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C867D4 is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 103 | 212 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.17 |
| HSL | 293.39º | 0.56% | 0.62% | - |
| HSV(B) | 293.39º | 0.51% | 0.83% | - |
| XYZ | 40.55 | 26.73 | 65.31 | - |
| YUV | 144.43 | 166.14 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 103 | 212 | 0.06 | 0.51 | 0 | 0.17 | 293.39 | 0.56 | 0.62 |
| Hex | C8 | 67 | D4 | 6 | 33 | 0 | 11 | 125 | 38 | 3E |
| Octal | 310 | 147 | 324 | 6 | 63 | 0 | 21 | 445 | 70 | 76 |
| Binary | 11001000 | 1100111 | 11010100 | 110 | 110011 | 0 | 10001 | 100100101 | 111000 | 111110 |
Color Harmonies of #C867D4
Complementary color
Monochromatic Colors of #C867D4
Black with #C867D4
Text Example
Text Example
White with #C867D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C867D4; }
p { color: rgb(200,103,212); }
H1.HeaderClassName
{
color: #C867D4;
}
.AnyTagClassName
{
color: #C867D4;
}
</style>
background-color css
<style>
a { background-color: #C867D4; }
a { background-color: rgb(200,103,212); }
div.DivClassName
{
background-color: #C867D4;
}
.BgClassName
{
background-color: #C867D4;
}
</style>
border-color css
<style>
span { border-color: #C867D4; }
span { border-color: rgb(200,103,212); }
td.TdClassName
{
border-color: #C867D4;
}
.TagClassName
{
border-color: #C867D4;
}
</style>