#C04CE7

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

Shades of Medium Orchid #C04CE7

Tints of Medium Orchid #C04CE7

Color information

#C04CE7 (or 0xC04CE7) is unknown color: approx Medium Orchid. HEX triplet: C0, 4C and E7. RGB value is (192,76,231). Sum of RGB (Red+Green+Blue) = 192+76+231=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 76 (30.08% from 255 or 15.23% from 499); Blue value is 231 (90.62% from 255 or 46.29% from 499); Max value from RGB is 231 - color contains mainly: blue. Hex color #C04CE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C04CE7 is #3FB318. Grayscale: #7F7F7F. Windows color (decimal): -4174617 or 15158464. OLE color: 15158464.

HSL color Cylindrical-coordinate representation of color #C04CE7: hue angle of 284.9º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C04CE7 is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB19276231-
CMYK0.170.6700.09
HSL284.9º76.35%60.2%-
HSV(B)284.9º67.1%90.59%-
XYZ38.7522.1477.83-
YUV128.35185.93173.4-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.48%
GREEN value IS 76 (30.08% from 255) = 15.23%
BLUE value IS 231 (90.62% from 255) = 46.29%
R=38.48%
G=15.23%
B=46.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal192762310.170.6700.09284.976.3560.2
HexC04CE711430911d4c3c
Octal3001143472110301143511474
Binary11000000100110011100111100011000011010011000111011001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04CE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04CE7; }

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

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

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

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

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

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

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

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