#dc7be3

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

Shades of Orchid #DC7BE3

Tints of Orchid #DC7BE3

Color information

#DC7BE3 (or 0xDC7BE3) is unknown color: approx Orchid. HEX triplet: DC, 7B and E3. RGB value is (220,123,227). Sum of RGB (Red+Green+Blue) = 220+123+227=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 123 (48.44% from 255 or 21.58% from 570); Blue value is 227 (89.06% from 255 or 39.82% from 570); Max value from RGB is 227 - color contains mainly: blue. Hex color #DC7BE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7BE3 is #23841C. Grayscale: #A3A3A3. Windows color (decimal): -2327581 or 14908380. OLE color: 14908380.

HSL color Cylindrical-coordinate representation of color #DC7BE3: hue angle of 295.96º 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 #DC7BE3 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB220123227-
CMYK0.030.4600.11
HSL295.96º65%68.63%-
HSV(B)295.96º45.81%89.02%-
XYZ50.4634.9376.76-
YUV163.86163.64168.04-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.60%
GREEN value IS 123 (48.44% from 255) = 21.58%
BLUE value IS 227 (89.06% from 255) = 39.82%
R=38.60%
G=21.58%
B=39.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2201232270.030.4600.11295.966568.63
HexDC7BE332E0B1284145
Octal334173343356013450101105
Binary11011100111101111100011111011100101110010100010000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc7be3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc7be3; }

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

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

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

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

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

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

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

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