#D867C5

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

Shades of Orchid #D867C5

Tints of Orchid #D867C5

Color information

#D867C5 (or 0xD867C5) is unknown color: approx Orchid. HEX triplet: D8, 67 and C5. RGB value is (216,103,197). Sum of RGB (Red+Green+Blue) = 216+103+197=516 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.86% from 516); Green value is 103 (40.62% from 255 or 19.96% from 516); Blue value is 197 (77.34% from 255 or 38.18% from 516); Max value from RGB is 216 - color contains mainly: red. Hex color #D867C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D867C5 is #27983A. Grayscale: #939393. Windows color (decimal): -2594875 or 12937176. OLE color: 12937176.

HSL color Cylindrical-coordinate representation of color #D867C5: hue angle of 310.09º 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 #D867C5 is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB216103197-
CMYK00.520.090.15
HSL310.09º59.16%62.55%-
HSV(B)310.09º52.31%84.71%-
XYZ43.2528.3356.01-
YUV147.5155.94176.86-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.86%
GREEN value IS 103 (40.62% from 255) = 19.96%
BLUE value IS 197 (77.34% from 255) = 38.18%
R=41.86%
G=19.96%
B=38.18%

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
Decimal21610319700.520.090.15310.0959.1662.55
HexD867C50349F1363b3f
Octal33014730506411174667377
Binary11011000110011111000101011010010011111100110110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D867C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D867C5; }

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

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

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

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

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

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

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

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