#C94BF1

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

Shades of Medium Orchid #C94BF1

Tints of Medium Orchid #C94BF1

Color information

#C94BF1 (or 0xC94BF1) is unknown color: approx Medium Orchid. HEX triplet: C9, 4B and F1. RGB value is (201,75,241). Sum of RGB (Red+Green+Blue) = 201+75+241=517 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.88% from 517); Green value is 75 (29.69% from 255 or 14.51% from 517); Blue value is 241 (94.53% from 255 or 46.62% from 517); Max value from RGB is 241 - color contains mainly: blue. Hex color #C94BF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C94BF1 is #36B40E. Grayscale: #838383. Windows color (decimal): -3585039 or 15813577. OLE color: 15813577.

HSL color Cylindrical-coordinate representation of color #C94BF1: hue angle of 285.54º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C94BF1 is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB20175241-
CMYK0.170.6900.05
HSL285.54º85.57%61.96%-
HSV(B)285.54º68.88%94.51%-
XYZ42.4823.885.57-
YUV131.6189.74177.5-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.88%
GREEN value IS 75 (29.69% from 255) = 14.51%
BLUE value IS 241 (94.53% from 255) = 46.62%
R=38.88%
G=14.51%
B=46.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal201752410.170.6900.05285.5485.5761.96
HexC94BF111450511e563e
Octal311113361211050543612676
Binary1100100110010111111000110001100010101011000111101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94BF1; }

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

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

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

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

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

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

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

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