#C65EEE

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

Shades of Medium Orchid #C65EEE

Tints of Medium Orchid #C65EEE

Color information

#C65EEE (or 0xC65EEE) is unknown color: approx Medium Orchid. HEX triplet: C6, 5E and EE. RGB value is (198,94,238). Sum of RGB (Red+Green+Blue) = 198+94+238=530 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.36% from 530); Green value is 94 (37.11% from 255 or 17.74% from 530); Blue value is 238 (93.36% from 255 or 44.91% from 530); Max value from RGB is 238 - color contains mainly: blue. Hex color #C65EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C65EEE is #39A111. Grayscale: #8D8D8D. Windows color (decimal): -3776786 or 15621830. OLE color: 15621830.

HSL color Cylindrical-coordinate representation of color #C65EEE: hue angle of 283.33º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C65EEE is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB19894238-
CMYK0.170.6100.07
HSL283.33º80.9%65.1%-
HSV(B)283.33º60.5%93.33%-
XYZ42.7226.1883.69-
YUV141.51182.46168.29-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.36%
GREEN value IS 94 (37.11% from 255) = 17.74%
BLUE value IS 238 (93.36% from 255) = 44.91%
R=37.36%
G=17.74%
B=44.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal198942380.170.6100.07283.3380.965.1
HexC65EEE113D0711b5141
Octal306136356217507433121101
Binary1100011010111101110111010001111101011110001101110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65EEE; }

 p { color: rgb(198,94,238); }

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

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

 a { background-color: rgb(198,94,238); }

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

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

 span { border-color: rgb(198,94,238); }

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