#D77BE3

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

Shades of Orchid #D77BE3

Tints of Orchid #D77BE3

Color information

#D77BE3 (or 0xD77BE3) is unknown color: approx Orchid. HEX triplet: D7, 7B and E3. RGB value is (215,123,227). Sum of RGB (Red+Green+Blue) = 215+123+227=565 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.05% from 565); Green value is 123 (48.44% from 255 or 21.77% from 565); Blue value is 227 (89.06% from 255 or 40.18% from 565); Max value from RGB is 227 - color contains mainly: blue. Hex color #D77BE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77BE3 is #28841C. Grayscale: #A2A2A2. Windows color (decimal): -2655261 or 14908375. OLE color: 14908375.

HSL color Cylindrical-coordinate representation of color #D77BE3: hue angle of 293.08º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D77BE3 is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB215123227-
CMYK0.050.4600.11
HSL293.08º65%68.63%-
HSV(B)293.08º45.81%89.02%-
XYZ48.9734.1676.69-
YUV162.36164.48165.54-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.05%
GREEN value IS 123 (48.44% from 255) = 21.77%
BLUE value IS 227 (89.06% from 255) = 40.18%
R=38.05%
G=21.77%
B=40.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2151232270.050.4600.11293.086568.63
HexD77BE352E0B1254145
Octal327173343556013445101105
Binary110101111111011111000111011011100101110010010110000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77BE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77BE3; }

 p { color: rgb(215,123,227); }

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

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

 a { background-color: rgb(215,123,227); }

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

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

 span { border-color: rgb(215,123,227); }

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