#C948E3

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

Shades of Medium Orchid #C948E3

Tints of Medium Orchid #C948E3

Color information

#C948E3 (or 0xC948E3) is unknown color: approx Medium Orchid. HEX triplet: C9, 48 and E3. RGB value is (201,72,227). Sum of RGB (Red+Green+Blue) = 201+72+227=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 72 (28.52% from 255 or 14.4% from 500); Blue value is 227 (89.06% from 255 or 45.4% from 500); Max value from RGB is 227 - color contains mainly: blue. Hex color #C948E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C948E3 is #36B71C. Grayscale: #7F7F7F. Windows color (decimal): -3585821 or 14895305. OLE color: 14895305.

HSL color Cylindrical-coordinate representation of color #C948E3: hue angle of 289.94º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C948E3 is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB20172227-
CMYK0.110.6800.11
HSL289.94º73.46%58.63%-
HSV(B)289.94º68.28%89.02%-
XYZ40.2722.674.91-
YUV128.24183.74179.9-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.2%
GREEN value IS 72 (28.52% from 255) = 14.4%
BLUE value IS 227 (89.06% from 255) = 45.4%
R=40.2%
G=14.4%
B=45.4%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal201722270.110.6800.11289.9473.4658.63
HexC948E3B440B122493b
Octal3111103431310401344211173
Binary1100100110010001110001110111000100010111001000101001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C948E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C948E3; }

 p { color: rgb(201,72,227); }

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

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

 a { background-color: rgb(201,72,227); }

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

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

 span { border-color: rgb(201,72,227); }

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