#C243CE

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

Shades of Medium Orchid #C243CE

Tints of Medium Orchid #C243CE

Color information

#C243CE (or 0xC243CE) is unknown color: approx Medium Orchid. HEX triplet: C2, 43 and CE. RGB value is (194,67,206). Sum of RGB (Red+Green+Blue) = 194+67+206=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 67 (26.56% from 255 or 14.35% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #C243CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C243CE is #3DBC31. Grayscale: #787878. Windows color (decimal): -4045874 or 13517762. OLE color: 13517762.

HSL color Cylindrical-coordinate representation of color #C243CE: hue angle of 294.82º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C243CE is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19467206-
CMYK0.060.6700.19
HSL294.82º58.65%53.53%-
HSV(B)294.82º67.48%80.78%-
XYZ35.419.9460.38-
YUV120.82176.08180.2-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.54%
GREEN value IS 67 (26.56% from 255) = 14.35%
BLUE value IS 206 (80.86% from 255) = 44.11%
R=41.54%
G=14.35%
B=44.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal194672060.060.6700.19294.8258.6553.53
HexC243CE6430131273b36
Octal30210331661030234477366
Binary110000101000011110011101101000011010011100100111111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C243CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C243CE; }

 p { color: rgb(194,67,206); }

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

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

 a { background-color: rgb(194,67,206); }

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

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

 span { border-color: rgb(194,67,206); }

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