Html Css Color HEX #C36AE8 Medium Orchid

📋 copy color: '#C36AE8'

red 195 ◦ green 106 ◦ blue 232

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

Shades of Medium Orchid #C36AE8

Tints of Medium Orchid #C36AE8

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.89%

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

R = 36.59%
G = 19.89%
B = 43.53%

CMYK

 C value IS 0.16

 M value IS 0.54

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C36AE8 (or 0xC36AE8) is known color: Medium Orchid. HEX triplet: C3, 6A and E8. RGB value is (195,106,232). Sum of RGB (Red+Green+Blue) = 195+106+232=533 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.59% from 533); Green value is 106 (41.80% from 255 or 19.89% from 533); Blue value is 232 (91.02% from 255 or 43.53% from 533); Max value from RGB is 232 - color contains mainly: blue. Hex color #C36AE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C36AE8 is #3C9517. Grayscale: #929292. Windows color (decimal): -3970328 or 15231683. OLE color: 15231683.

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

Color convert

RGB 195 106 232 -
CMYK 0.16 0.54 0 0.09
HSL 282.38º 0.73% 0.66% -
HSV(B) 282.38º 0.54% 0.91% -
XYZ 42.23 27.74 79.47 -
YUV 146.98 175.99 162.25 -
System Red Green Blue C M Y K H S L
Decimal 195 106 232 0.16 0.54 0 0.09 282.38 0.73 0.66
Hex C3 6A E8 10 36 0 9 11A 49 42
Octal 303 152 350 20 66 0 11 432 111 102
Binary 11000011 1101010 11101000 10000 110110 0 1001 100011010 1001001 1000010

Color Harmonies of #C36AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36AE8

Black with #C36AE8

Text Example


Text Example

White with #C36AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36AE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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