#C262CC

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

Shades of Medium Orchid #C262CC

Tints of Medium Orchid #C262CC

Color information

#C262CC (or 0xC262CC) is unknown color: approx Medium Orchid. HEX triplet: C2, 62 and CC. RGB value is (194,98,204). Sum of RGB (Red+Green+Blue) = 194+98+204=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 98 (38.67% from 255 or 19.76% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 204 - color contains mainly: blue. Hex color #C262CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C262CC is #3D9D33. Grayscale: #8A8A8A. Windows color (decimal): -4037940 or 13394626. OLE color: 13394626.

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

Color convert

RGB19498204-
CMYK0.050.5200.2
HSL294.34º50.96%59.22%-
HSV(B)294.34º51.96%80%-
XYZ37.5124.5659.89-
YUV138.79164.8167.38-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.11%
GREEN value IS 98 (38.67% from 255) = 19.76%
BLUE value IS 204 (80.08% from 255) = 41.13%
R=39.11%
G=19.76%
B=41.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal194982040.050.5200.2294.3450.9659.22
HexC262CC534014126333b
Octal3021423145640244466373
Binary11000010110001011001100101110100010100100100110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C262CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C262CC; }

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

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

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

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

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

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

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

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