#C94CE4

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

Shades of Medium Orchid #C94CE4

Tints of Medium Orchid #C94CE4

Color information

#C94CE4 (or 0xC94CE4) is unknown color: approx Medium Orchid. HEX triplet: C9, 4C and E4. RGB value is (201,76,228). Sum of RGB (Red+Green+Blue) = 201+76+228=505 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.80% from 505); Green value is 76 (30.08% from 255 or 15.05% from 505); Blue value is 228 (89.45% from 255 or 45.15% from 505); Max value from RGB is 228 - color contains mainly: blue. Hex color #C94CE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C94CE4 is #36B31B. Grayscale: #828282. Windows color (decimal): -3584796 or 14961865. OLE color: 14961865.

HSL color Cylindrical-coordinate representation of color #C94CE4: hue angle of 289.34º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C94CE4 is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB20176228-
CMYK0.120.6700.11
HSL289.34º73.79%59.61%-
HSV(B)289.34º66.67%89.41%-
XYZ40.6823.1975.73-
YUV130.7182.91178.14-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.80%
GREEN value IS 76 (30.08% from 255) = 15.05%
BLUE value IS 228 (89.45% from 255) = 45.15%
R=39.80%
G=15.05%
B=45.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal201762280.120.6700.11289.3473.7959.61
HexC94CE4C430B1214a3c
Octal3111143441410301344111274
Binary1100100110011001110010011001000011010111001000011001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94CE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94CE4; }

 p { color: rgb(201,76,228); }

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

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

 a { background-color: rgb(201,76,228); }

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

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

 span { border-color: rgb(201,76,228); }

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