#C568E6

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

Shades of Medium Orchid #C568E6

Tints of Medium Orchid #C568E6

Color information

#C568E6 (or 0xC568E6) is unknown color: approx Medium Orchid. HEX triplet: C5, 68 and E6. RGB value is (197,104,230). Sum of RGB (Red+Green+Blue) = 197+104+230=531 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.10% from 531); Green value is 104 (41.02% from 255 or 19.59% from 531); Blue value is 230 (90.23% from 255 or 43.31% from 531); Max value from RGB is 230 - color contains mainly: blue. Hex color #C568E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C568E6 is #3A9719. Grayscale: #919191. Windows color (decimal): -3839770 or 15100101. OLE color: 15100101.

HSL color Cylindrical-coordinate representation of color #C568E6: hue angle of 284.29º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C568E6 is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB197104230-
CMYK0.140.5500.10
HSL284.29º71.59%65.49%-
HSV(B)284.29º54.78%90.2%-
XYZ42.2627.4877.94-
YUV146.17175.31164.25-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.10%
GREEN value IS 104 (41.02% from 255) = 19.59%
BLUE value IS 230 (90.23% from 255) = 43.31%
R=37.10%
G=19.59%
B=43.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1971042300.140.5500.10284.2971.5965.49
HexC568E6E370A11c4841
Octal3051503461667012434110101
Binary1100010111010001110011011101101110101010001110010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C568E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C568E6; }

 p { color: rgb(197,104,230); }

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

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

 a { background-color: rgb(197,104,230); }

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

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

 span { border-color: rgb(197,104,230); }

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