Html Css Color HEX #C35AE8 Medium Orchid

📋 copy color: '#C35AE8'

red 195 ◦ green 90 ◦ blue 232

#C35AE8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #C35AE8

Tints of Medium Orchid #C35AE8

RGB

 RED value IS 195 (76.56% from 255) = 37.72%

 GREEN value IS 90 (35.55% from 255) = 17.41%

 BLUE value IS 232 (91.02% from 255) = 44.87%

R = 37.72%
G = 17.41%
B = 44.87%

CMYK

 C value IS 0.16

 M value IS 0.61

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C35AE8 (or 0xC35AE8) is known color: Medium Orchid. HEX triplet: C3, 5A and E8. RGB value is (195,90,232). Sum of RGB (Red+Green+Blue) = 195+90+232=517 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.72% from 517); Green value is 90 (35.55% from 255 or 17.41% from 517); Blue value is 232 (91.02% from 255 or 44.87% from 517); Max value from RGB is 232 - color contains mainly: blue. Hex color #C35AE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C35AE8 is #3CA517. Grayscale: #898989. Windows color (decimal): -3974424 or 15227587. OLE color: 15227587.

HSL color Cylindrical-coordinate representation of color #C35AE8: hue angle of 284.37º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C35AE8 is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 195 90 232 -
CMYK 0.16 0.61 0 0.09
HSL 284.37º 0.76% 0.63% -
HSV(B) 284.37º 0.61% 0.91% -
XYZ 40.73 24.74 78.97 -
YUV 137.58 181.29 168.95 -
System Red Green Blue C M Y K H S L
Decimal 195 90 232 0.16 0.61 0 0.09 284.37 0.76 0.63
Hex C3 5A E8 10 3D 0 9 11C 4C 3F
Octal 303 132 350 20 75 0 11 434 114 77
Binary 11000011 1011010 11101000 10000 111101 0 1001 100011100 1001100 111111

Color Harmonies of #C35AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35AE8

Black with #C35AE8

Text Example


Text Example

White with #C35AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35AE8; }

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

 H1.HeaderClassName
 {
   color: #C35AE8;
 }
 .AnyTagClassName
 {
   color: #C35AE8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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