#C35AEE

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

Shades of Medium Orchid #C35AEE

Tints of Medium Orchid #C35AEE

Color information

#C35AEE (or 0xC35AEE) is unknown color: approx Medium Orchid. HEX triplet: C3, 5A and EE. RGB value is (195,90,238). Sum of RGB (Red+Green+Blue) = 195+90+238=523 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.28% from 523); Green value is 90 (35.55% from 255 or 17.21% from 523); Blue value is 238 (93.36% from 255 or 45.51% from 523); Max value from RGB is 238 - color contains mainly: blue. Hex color #C35AEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C35AEE is #3CA511. Grayscale: #898989. Windows color (decimal): -3974418 or 15620803. OLE color: 15620803.

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

Color convert

RGB19590238-
CMYK0.180.6200.07
HSL282.57º81.32%64.31%-
HSV(B)282.57º62.18%93.33%-
XYZ41.5925.0983.54-
YUV138.27184.29168.47-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.28%
GREEN value IS 90 (35.55% from 255) = 17.21%
BLUE value IS 238 (93.36% from 255) = 45.51%
R=37.28%
G=17.21%
B=45.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal195902380.180.6200.07282.5781.3264.31
HexC35AEE123E0711b5140
Octal303132356227607433121100
Binary1100001110110101110111010010111110011110001101110100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35AEE; }

 p { color: rgb(195,90,238); }

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

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

 a { background-color: rgb(195,90,238); }

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

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

 span { border-color: rgb(195,90,238); }

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