#C04BFF

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

Shades of Medium Orchid #C04BFF

Tints of Medium Orchid #C04BFF

Color information

#C04BFF (or 0xC04BFF) is unknown color: approx Medium Orchid. HEX triplet: C0, 4B and FF. RGB value is (192,75,255). Sum of RGB (Red+Green+Blue) = 192+75+255=522 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.78% from 522); Green value is 75 (29.69% from 255 or 14.37% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #C04BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C04BFF is #3FB400. Grayscale: #818181. Windows color (decimal): -4174849 or 16731072. OLE color: 16731072.

HSL color Cylindrical-coordinate representation of color #C04BFF: hue angle of 279º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C04BFF is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB19275255-
CMYK0.250.7100
HSL279º100%64.71%-
HSV(B)279º70.59%100%-
XYZ42.323.4696.91-
YUV130.5198.26171.86-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.78%
GREEN value IS 75 (29.69% from 255) = 14.37%
BLUE value IS 255 (100% from 255) = 48.85%
R=36.78%
G=14.37%
B=48.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal192752550.250.710027910064.71
HexC04BFF1947001176441
Octal3001133773110700427144101
Binary110000001001011111111111100110001110010001011111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04BFF; }

 p { color: rgb(192,75,255); }

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

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

 a { background-color: rgb(192,75,255); }

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

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

 span { border-color: rgb(192,75,255); }

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