#C94BFA

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

Shades of Medium Orchid #C94BFA

Tints of Medium Orchid #C94BFA

Color information

#C94BFA (or 0xC94BFA) is unknown color: approx Medium Orchid. HEX triplet: C9, 4B and FA. RGB value is (201,75,250). Sum of RGB (Red+Green+Blue) = 201+75+250=526 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.21% from 526); Green value is 75 (29.69% from 255 or 14.26% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #C94BFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C94BFA is #36B405. Grayscale: #848484. Windows color (decimal): -3585030 or 16403401. OLE color: 16403401.

HSL color Cylindrical-coordinate representation of color #C94BFA: hue angle of 283.2º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C94BFA is Cyan = 0.20, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB20175250-
CMYK0.200.700.02
HSL283.2º94.59%63.73%-
HSV(B)283.2º70%98.04%-
XYZ43.8624.3592.83-
YUV132.62194.24176.77-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.21%
GREEN value IS 75 (29.69% from 255) = 14.26%
BLUE value IS 250 (98.05% from 255) = 47.53%
R=38.21%
G=14.26%
B=47.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal201752500.200.700.02283.294.5963.73
HexC94BFA14460211b5f40
Octal3111133722410602433137100
Binary1100100110010111111101010100100011001010001101110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94BFA; }

 p { color: rgb(201,75,250); }

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

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

 a { background-color: rgb(201,75,250); }

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

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

 span { border-color: rgb(201,75,250); }

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