#C04BCC

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

Shades of Medium Orchid #C04BCC

Tints of Medium Orchid #C04BCC

Color information

#C04BCC (or 0xC04BCC) is unknown color: approx Medium Orchid. HEX triplet: C0, 4B and CC. RGB value is (192,75,204). Sum of RGB (Red+Green+Blue) = 192+75+204=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 75 (29.69% from 255 or 15.92% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #C04BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04BCC is #3FB433. Grayscale: #7C7C7C. Windows color (decimal): -4174900 or 13388736. OLE color: 13388736.

HSL color Cylindrical-coordinate representation of color #C04BCC: hue angle of 294.42º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C04BCC is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB19275204-
CMYK0.060.6300.2
HSL294.42º55.84%54.71%-
HSV(B)294.42º63.24%80%-
XYZ35.1520.659.25-
YUV124.69172.76176.01-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.76%
GREEN value IS 75 (29.69% from 255) = 15.92%
BLUE value IS 204 (80.08% from 255) = 43.31%
R=40.76%
G=15.92%
B=43.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal192752040.060.6300.2294.4255.8454.71
HexC04BCC63F0141263837
Octal3001133146770244467067
Binary11000000100101111001100110111111010100100100110111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04BCC; }

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

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

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

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

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

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

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

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