#C945FE

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

Shades of Medium Orchid #C945FE

Tints of Medium Orchid #C945FE

Color information

#C945FE (or 0xC945FE) is unknown color: approx Medium Orchid. HEX triplet: C9, 45 and FE. RGB value is (201,69,254). Sum of RGB (Red+Green+Blue) = 201+69+254=524 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.36% from 524); Green value is 69 (27.34% from 255 or 13.17% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #C945FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C945FE is #36BA01. Grayscale: #808080. Windows color (decimal): -3586562 or 16664009. OLE color: 16664009.

HSL color Cylindrical-coordinate representation of color #C945FE: hue angle of 282.81º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C945FE is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB20169254-
CMYK0.210.7300.00
HSL282.81º98.93%63.33%-
HSV(B)282.81º72.83%99.61%-
XYZ44.123.8396.04-
YUV129.56198.23178.96-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.36%
GREEN value IS 69 (27.34% from 255) = 13.17%
BLUE value IS 254 (99.61% from 255) = 48.47%
R=38.36%
G=13.17%
B=48.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal201692540.210.7300.00282.8198.9363.33
HexC945FE15490011b633f
Octal311105376251110043314377
Binary11001001100010111111110101011001001001000110111100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C945FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C945FE; }

 p { color: rgb(201,69,254); }

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

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

 a { background-color: rgb(201,69,254); }

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

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

 span { border-color: rgb(201,69,254); }

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