#C57EDA

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

Shades of Orchid #C57EDA

Tints of Orchid #C57EDA

Color information

#C57EDA (or 0xC57EDA) is unknown color: approx Orchid. HEX triplet: C5, 7E and DA. RGB value is (197,126,218). Sum of RGB (Red+Green+Blue) = 197+126+218=541 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.41% from 541); Green value is 126 (49.61% from 255 or 23.29% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 218 - color contains mainly: blue. Hex color #C57EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57EDA is #3A8125. Grayscale: #9D9D9D. Windows color (decimal): -3834150 or 14319301. OLE color: 14319301.

HSL color Cylindrical-coordinate representation of color #C57EDA: hue angle of 286.3º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C57EDA is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB197126218-
CMYK0.100.4200.15
HSL286.3º55.42%67.45%-
HSV(B)286.3º42.2%85.49%-
XYZ43.1431.8570.2-
YUV157.72162.02156.02-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.41%
GREEN value IS 126 (49.61% from 255) = 23.29%
BLUE value IS 218 (85.55% from 255) = 40.30%
R=36.41%
G=23.29%
B=40.30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1971262180.100.4200.15286.355.4267.45
HexC57EDAA2A0F11e3743
Octal305176332125201743667103
Binary110001011111110110110101010101010011111000111101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57EDA; }

 p { color: rgb(197,126,218); }

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

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

 a { background-color: rgb(197,126,218); }

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

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

 span { border-color: rgb(197,126,218); }

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