#D767D8

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

Shades of Orchid #D767D8

Tints of Orchid #D767D8

Color information

#D767D8 (or 0xD767D8) is unknown color: approx Orchid. HEX triplet: D7, 67 and D8. RGB value is (215,103,216). Sum of RGB (Red+Green+Blue) = 215+103+216=534 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.26% from 534); Green value is 103 (40.62% from 255 or 19.29% from 534); Blue value is 216 (84.77% from 255 or 40.45% from 534); Max value from RGB is 216 - color contains mainly: blue. Hex color #D767D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D767D8 is #289827. Grayscale: #959595. Windows color (decimal): -2660392 or 14182359. OLE color: 14182359.

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

Color convert

RGB215103216-
CMYK0.000.5200.15
HSL299.47º59.16%62.55%-
HSV(B)299.47º52.31%84.71%-
XYZ45.2729.1168.2-
YUV149.37165.61174.81-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.26%
GREEN value IS 103 (40.62% from 255) = 19.29%
BLUE value IS 216 (84.77% from 255) = 40.45%
R=40.26%
G=19.29%
B=40.45%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2151032160.000.5200.15299.4759.1662.55
HexD767D80340F12b3b3f
Octal3271473300640174537377
Binary11010111110011111011000011010001111100101011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D767D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D767D8; }

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

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

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

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

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

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

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

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