#C263CC

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

Shades of Medium Orchid #C263CC

Tints of Medium Orchid #C263CC

Color information

#C263CC (or 0xC263CC) is unknown color: approx Medium Orchid. HEX triplet: C2, 63 and CC. RGB value is (194,99,204). Sum of RGB (Red+Green+Blue) = 194+99+204=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 99 (39.06% from 255 or 19.92% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 204 - color contains mainly: blue. Hex color #C263CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C263CC is #3D9C33. Grayscale: #8B8B8B. Windows color (decimal): -4037684 or 13394882. OLE color: 13394882.

HSL color Cylindrical-coordinate representation of color #C263CC: hue angle of 294.29º 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 #C263CC is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB19499204-
CMYK0.050.5100.2
HSL294.29º50.72%59.41%-
HSV(B)294.29º51.47%80%-
XYZ37.6124.7559.92-
YUV139.38164.47166.96-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.03%
GREEN value IS 99 (39.06% from 255) = 19.92%
BLUE value IS 204 (80.08% from 255) = 41.05%
R=39.03%
G=19.92%
B=41.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal194992040.050.5100.2294.2950.7259.41
HexC263CC533014126333b
Octal3021433145630244466373
Binary11000010110001111001100101110011010100100100110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C263CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C263CC; }

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

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

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

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

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

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

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

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