#C262CF

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

Shades of Medium Orchid #C262CF

Tints of Medium Orchid #C262CF

Color information

#C262CF (or 0xC262CF) is unknown color: approx Medium Orchid. HEX triplet: C2, 62 and CF. RGB value is (194,98,207). Sum of RGB (Red+Green+Blue) = 194+98+207=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 98 (38.67% from 255 or 19.64% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #C262CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C262CF is #3D9D30. Grayscale: #8A8A8A. Windows color (decimal): -4037937 or 13591234. OLE color: 13591234.

HSL color Cylindrical-coordinate representation of color #C262CF: hue angle of 292.84º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C262CF is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19498207-
CMYK0.060.5300.19
HSL292.84º53.17%59.8%-
HSV(B)292.84º52.66%81.18%-
XYZ37.8824.7161.8-
YUV139.13166.3167.14-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.88%
GREEN value IS 98 (38.67% from 255) = 19.64%
BLUE value IS 207 (81.25% from 255) = 41.48%
R=38.88%
G=19.64%
B=41.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal194982070.060.5300.19292.8453.1759.8
HexC262CF635013125353c
Octal3021423176650234456574
Binary11000010110001011001111110110101010011100100101110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C262CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C262CF; }

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

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

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

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

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

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

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

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