#c94afb

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

Shades of Medium Orchid #C94AFB

Tints of Medium Orchid #C94AFB

Color information

#C94AFB (or 0xC94AFB) is unknown color: approx Medium Orchid. HEX triplet: C9, 4A and FB. RGB value is (201,74,251). Sum of RGB (Red+Green+Blue) = 201+74+251=526 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.21% from 526); Green value is 74 (29.30% from 255 or 14.07% from 526); Blue value is 251 (98.44% from 255 or 47.72% from 526); Max value from RGB is 251 - color contains mainly: blue. Hex color #C94AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C94AFB is #36B504. Grayscale: #838383. Windows color (decimal): -3585285 or 16468681. OLE color: 16468681.

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

Color convert

RGB20174251-
CMYK0.200.7100.02
HSL283.05º95.68%63.73%-
HSV(B)283.05º70.52%98.43%-
XYZ43.9524.2893.64-
YUV132.15195.08177.11-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.21%
GREEN value IS 74 (29.30% from 255) = 14.07%
BLUE value IS 251 (98.44% from 255) = 47.72%
R=38.21%
G=14.07%
B=47.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal201742510.200.7100.02283.0595.6863.73
HexC94AFB14470211b6040
Octal3111123732410702433140100
Binary1100100110010101111101110100100011101010001101111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c94afb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c94afb; }

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

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

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

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

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

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

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

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