#C94AEE

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

Shades of Medium Orchid #C94AEE

Tints of Medium Orchid #C94AEE

Color information

#C94AEE (or 0xC94AEE) is unknown color: approx Medium Orchid. HEX triplet: C9, 4A and EE. RGB value is (201,74,238). Sum of RGB (Red+Green+Blue) = 201+74+238=513 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.18% from 513); Green value is 74 (29.30% from 255 or 14.42% from 513); Blue value is 238 (93.36% from 255 or 46.39% from 513); Max value from RGB is 238 - color contains mainly: blue. Hex color #C94AEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C94AEE is #36B511. Grayscale: #828282. Windows color (decimal): -3585298 or 15616713. OLE color: 15616713.

HSL color Cylindrical-coordinate representation of color #C94AEE: hue angle of 286.46º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C94AEE is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB20174238-
CMYK0.160.6900.07
HSL286.46º82.83%61.18%-
HSV(B)286.46º68.91%93.33%-
XYZ41.9723.4983.21-
YUV130.67188.58178.16-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.18%
GREEN value IS 74 (29.30% from 255) = 14.42%
BLUE value IS 238 (93.36% from 255) = 46.39%
R=39.18%
G=14.42%
B=46.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal201742380.160.6900.07286.4682.8361.18
HexC94AEE10450711e533d
Octal311112356201050743612375
Binary1100100110010101110111010000100010101111000111101010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94AEE; }

 p { color: rgb(201,74,238); }

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

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

 a { background-color: rgb(201,74,238); }

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

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

 span { border-color: rgb(201,74,238); }

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