#c642ed

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

Shades of Medium Orchid #C642ED

Tints of Medium Orchid #C642ED

Color information

#C642ED (or 0xC642ED) is unknown color: approx Medium Orchid. HEX triplet: C6, 42 and ED. RGB value is (198,66,237). Sum of RGB (Red+Green+Blue) = 198+66+237=501 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.52% from 501); Green value is 66 (26.17% from 255 or 13.17% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 237 - color contains mainly: blue. Hex color #C642ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C642ED is #39BD12. Grayscale: #7C7C7C. Windows color (decimal): -3783955 or 15549126. OLE color: 15549126.

HSL color Cylindrical-coordinate representation of color #C642ED: hue angle of 286.32º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C642ED is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB19866237-
CMYK0.160.7200.07
HSL286.32º82.61%59.41%-
HSV(B)286.32º72.15%92.94%-
XYZ40.5222.0282.23-
YUV124.96191.23180.1-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.52%
GREEN value IS 66 (26.17% from 255) = 13.17%
BLUE value IS 237 (92.97% from 255) = 47.31%
R=39.52%
G=13.17%
B=47.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal198662370.160.7200.07286.3282.6159.41
HexC642ED10480711e533b
Octal306102355201100743612373
Binary1100011010000101110110110000100100001111000111101010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c642ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c642ed; }

 p { color: rgb(198,66,237); }

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

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

 a { background-color: rgb(198,66,237); }

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

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

 span { border-color: rgb(198,66,237); }

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