#C04CEA

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

Shades of Medium Orchid #C04CEA

Tints of Medium Orchid #C04CEA

Color information

#C04CEA (or 0xC04CEA) is unknown color: approx Medium Orchid. HEX triplet: C0, 4C and EA. RGB value is (192,76,234). Sum of RGB (Red+Green+Blue) = 192+76+234=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 76 (30.08% from 255 or 15.14% from 502); Blue value is 234 (91.80% from 255 or 46.61% from 502); Max value from RGB is 234 - color contains mainly: blue. Hex color #C04CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C04CEA is #3FB315. Grayscale: #808080. Windows color (decimal): -4174614 or 15355072. OLE color: 15355072.

HSL color Cylindrical-coordinate representation of color #C04CEA: hue angle of 284.05º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C04CEA is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB19276234-
CMYK0.180.6800.08
HSL284.05º79%60.78%-
HSV(B)284.05º67.52%91.76%-
XYZ39.1722.3280.08-
YUV128.7187.43173.15-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.25%
GREEN value IS 76 (30.08% from 255) = 15.14%
BLUE value IS 234 (91.80% from 255) = 46.61%
R=38.25%
G=15.14%
B=46.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal192762340.180.6800.08284.057960.78
HexC04CEA12440811c4f3d
Octal3001143522210401043411775
Binary11000000100110011101010100101000100010001000111001001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04CEA; }

 p { color: rgb(192,76,234); }

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

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

 a { background-color: rgb(192,76,234); }

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

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

 span { border-color: rgb(192,76,234); }

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