#d868c5

Color #D868C5 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #D868C5

Tints of Orchid #D868C5

Color information

#D868C5 (or 0xD868C5) is unknown color: approx Orchid. HEX triplet: D8, 68 and C5. RGB value is (216,104,197). Sum of RGB (Red+Green+Blue) = 216+104+197=517 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.78% from 517); Green value is 104 (41.02% from 255 or 20.12% from 517); Blue value is 197 (77.34% from 255 or 38.10% from 517); Max value from RGB is 216 - color contains mainly: red. Hex color #D868C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D868C5 is #27973A. Grayscale: #939393. Windows color (decimal): -2594619 or 12937432. OLE color: 12937432.

HSL color Cylindrical-coordinate representation of color #D868C5: hue angle of 310.18º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D868C5 is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB216104197-
CMYK00.520.090.15
HSL310.18º58.95%62.75%-
HSV(B)310.18º51.85%84.71%-
XYZ43.3528.5356.05-
YUV148.09155.61176.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 216 (84.77% from 255) = 41.78%
GREEN value IS 104 (41.02% from 255) = 20.12%
BLUE value IS 197 (77.34% from 255) = 38.10%
R=41.78%
G=20.12%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610419700.520.090.15310.1858.9562.75
HexD868C50349F1363b3f
Octal33015030506411174667377
Binary11011000110100011000101011010010011111100110110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d868c5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d868c5; }

 p { color: rgb(216,104,197); }

 H1.HeaderClassName
 {
   color: #d868c5;
 }
 .AnyTagClassName
 {
   color: #d868c5;
 }
</style>
background-color css

<style>
 a { background-color: #d868c5; }

 a { background-color: rgb(216,104,197); }

 div.DivClassName
 {
   background-color: #d868c5;
 }
 .BgClassName
 {
   background-color: #d868c5;
 }
</style>
border-color css

<style>
 span { border-color: #d868c5; }

 span { border-color: rgb(216,104,197); }

 td.TdClassName
 {
   border-color: #d868c5;
 }
 .TagClassName
 {
   border-color: #d868c5;
 }
</style>