#C045CE

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

Shades of Medium Orchid #C045CE

Tints of Medium Orchid #C045CE

Color information

#C045CE (or 0xC045CE) is unknown color: approx Medium Orchid. HEX triplet: C0, 45 and CE. RGB value is (192,69,206). Sum of RGB (Red+Green+Blue) = 192+69+206=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 69 (27.34% from 255 or 14.78% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #C045CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C045CE is #3FBA31. Grayscale: #787878. Windows color (decimal): -4176434 or 13518272. OLE color: 13518272.

HSL color Cylindrical-coordinate representation of color #C045CE: hue angle of 293.87º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C045CE is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19269206-
CMYK0.070.6700.19
HSL293.87º58.3%53.92%-
HSV(B)293.87º66.5%80.78%-
XYZ35.0119.9260.39-
YUV121.4175.75178.36-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.11%
GREEN value IS 69 (27.34% from 255) = 14.78%
BLUE value IS 206 (80.86% from 255) = 44.11%
R=41.11%
G=14.78%
B=44.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal192692060.070.6700.19293.8758.353.92
HexC045CE7430131263a36
Octal30010531671030234467266
Binary110000001000101110011101111000011010011100100110111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C045CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C045CE; }

 p { color: rgb(192,69,206); }

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

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

 a { background-color: rgb(192,69,206); }

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

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

 span { border-color: rgb(192,69,206); }

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