#C02CE9

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

Shades of Medium Orchid #C02CE9

Tints of Medium Orchid #C02CE9

Color information

#C02CE9 (or 0xC02CE9) is unknown color: approx Medium Orchid. HEX triplet: C0, 2C and E9. RGB value is (192,44,233). Sum of RGB (Red+Green+Blue) = 192+44+233=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 44 (17.58% from 255 or 9.38% from 469); Blue value is 233 (91.41% from 255 or 49.68% from 469); Max value from RGB is 233 - color contains mainly: blue. Hex color #C02CE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C02CE9 is #3FD316. Grayscale: #6D6D6D. Windows color (decimal): -4182807 or 15281344. OLE color: 15281344.

HSL color Cylindrical-coordinate representation of color #C02CE9: hue angle of 286.98º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C02CE9 is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB19244233-
CMYK0.180.8100.09
HSL286.98º81.12%54.31%-
HSV(B)286.98º81.12%91.37%-
XYZ37.3518.8978.77-
YUV109.8197.53186.63-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.94%
GREEN value IS 44 (17.58% from 255) = 9.38%
BLUE value IS 233 (91.41% from 255) = 49.68%
R=40.94%
G=9.38%
B=49.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal192442330.180.8100.09286.9881.1254.31
HexC02CE912510911f5136
Octal300543512212101143712166
Binary1100000010110011101001100101010001010011000111111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02CE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02CE9; }

 p { color: rgb(192,44,233); }

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

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

 a { background-color: rgb(192,44,233); }

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

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

 span { border-color: rgb(192,44,233); }

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