Html Css Color HEX #C36AEC Medium Orchid

📋 copy color: '#C36AEC'

red 195 ◦ green 106 ◦ blue 236

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

Shades of Medium Orchid #C36AEC

Tints of Medium Orchid #C36AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.95%

R = 36.31%
G = 19.74%
B = 43.95%

CMYK

 C value IS 0.17

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C36AEC (or 0xC36AEC) is known color: Medium Orchid. HEX triplet: C3, 6A and EC. RGB value is (195,106,236). Sum of RGB (Red+Green+Blue) = 195+106+236=537 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.31% from 537); Green value is 106 (41.80% from 255 or 19.74% from 537); Blue value is 236 (92.58% from 255 or 43.95% from 537); Max value from RGB is 236 - color contains mainly: blue. Hex color #C36AEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C36AEC is #3C9513. Grayscale: #939393. Windows color (decimal): -3970324 or 15493827. OLE color: 15493827.

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

Color convert

RGB 195 106 236 -
CMYK 0.17 0.55 0 0.07
HSL 281.08º 0.77% 0.67% -
HSV(B) 281.08º 0.55% 0.93% -
XYZ 42.8 27.97 82.5 -
YUV 147.43 177.99 161.93 -
System Red Green Blue C M Y K H S L
Decimal 195 106 236 0.17 0.55 0 0.07 281.08 0.77 0.67
Hex C3 6A EC 11 37 0 7 119 4D 43
Octal 303 152 354 21 67 0 7 431 115 103
Binary 11000011 1101010 11101100 10001 110111 0 111 100011001 1001101 1000011

Color Harmonies of #C36AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36AEC

Black with #C36AEC

Text Example


Text Example

White with #C36AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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