Html Css Color HEX #C36AE9 Medium Orchid

📋 copy color: '#C36AE9'

red 195 ◦ green 106 ◦ blue 233

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

Shades of Medium Orchid #C36AE9

Tints of Medium Orchid #C36AE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 43.63%

R = 36.52%
G = 19.85%
B = 43.63%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C36AE9 (or 0xC36AE9) is known color: Medium Orchid. HEX triplet: C3, 6A and E9. RGB value is (195,106,233). Sum of RGB (Red+Green+Blue) = 195+106+233=534 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.52% from 534); Green value is 106 (41.80% from 255 or 19.85% from 534); Blue value is 233 (91.41% from 255 or 43.63% from 534); Max value from RGB is 233 - color contains mainly: blue. Hex color #C36AE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C36AE9 is #3C9516. Grayscale: #929292. Windows color (decimal): -3970327 or 15297219. OLE color: 15297219.

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

Color convert

RGB 195 106 233 -
CMYK 0.16 0.55 0 0.09
HSL 282.05º 0.74% 0.66% -
HSV(B) 282.05º 0.55% 0.91% -
XYZ 42.37 27.79 80.22 -
YUV 147.09 176.49 162.17 -
System Red Green Blue C M Y K H S L
Decimal 195 106 233 0.16 0.55 0 0.09 282.05 0.74 0.66
Hex C3 6A E9 10 37 0 9 11A 4A 42
Octal 303 152 351 20 67 0 11 432 112 102
Binary 11000011 1101010 11101001 10000 110111 0 1001 100011010 1001010 1000010

Color Harmonies of #C36AE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36AE9

Black with #C36AE9

Text Example


Text Example

White with #C36AE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36AE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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