#C063CC

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

Shades of Medium Orchid #C063CC

Tints of Medium Orchid #C063CC

Color information

#C063CC (or 0xC063CC) is unknown color: approx Medium Orchid. HEX triplet: C0, 63 and CC. RGB value is (192,99,204). Sum of RGB (Red+Green+Blue) = 192+99+204=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 99 (39.06% from 255 or 20% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #C063CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C063CC is #3F9C33. Grayscale: #8A8A8A. Windows color (decimal): -4168756 or 13394880. OLE color: 13394880.

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

Color convert

RGB19299204-
CMYK0.060.5100.2
HSL293.14º50.72%59.41%-
HSV(B)293.14º51.47%80%-
XYZ37.124.4959.9-
YUV138.78164.81165.96-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.79%
GREEN value IS 99 (39.06% from 255) = 20%
BLUE value IS 204 (80.08% from 255) = 41.21%
R=38.79%
G=20%
B=41.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal192992040.060.5100.2293.1450.7259.41
HexC063CC633014125333b
Octal3001433146630244456373
Binary11000000110001111001100110110011010100100100101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C063CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C063CC; }

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

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

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

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

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

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

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

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