#C845FE

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

Shades of Medium Orchid #C845FE

Tints of Medium Orchid #C845FE

Color information

#C845FE (or 0xC845FE) is unknown color: approx Medium Orchid. HEX triplet: C8, 45 and FE. RGB value is (200,69,254). Sum of RGB (Red+Green+Blue) = 200+69+254=523 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.24% from 523); Green value is 69 (27.34% from 255 or 13.19% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #C845FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C845FE is #37BA01. Grayscale: #808080. Windows color (decimal): -3652098 or 16664008. OLE color: 16664008.

HSL color Cylindrical-coordinate representation of color #C845FE: hue angle of 282.49º 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 #C845FE is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB20069254-
CMYK0.210.7300.00
HSL282.49º98.93%63.33%-
HSV(B)282.49º72.83%99.61%-
XYZ43.8423.6996.03-
YUV129.26198.4178.46-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.24%
GREEN value IS 69 (27.34% from 255) = 13.19%
BLUE value IS 254 (99.61% from 255) = 48.57%
R=38.24%
G=13.19%
B=48.57%

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
Decimal200692540.210.7300.00282.4998.9363.33
HexC845FE15490011a633f
Octal310105376251110043214377
Binary11001000100010111111110101011001001001000110101100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C845FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C845FE; }

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

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

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

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

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

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

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

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