Html Css Color HEX #C36AE0 Medium Orchid

📋 copy color: '#C36AE0'

red 195 ◦ green 106 ◦ blue 224

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

Shades of Medium Orchid #C36AE0

Tints of Medium Orchid #C36AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.67%

R = 37.14%
G = 20.19%
B = 42.67%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C36AE0 (or 0xC36AE0) is known color: Medium Orchid. HEX triplet: C3, 6A and E0. RGB value is (195,106,224). Sum of RGB (Red+Green+Blue) = 195+106+224=525 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.14% from 525); Green value is 106 (41.80% from 255 or 20.19% from 525); Blue value is 224 (87.89% from 255 or 42.67% from 525); Max value from RGB is 224 - color contains mainly: blue. Hex color #C36AE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36AE0 is #3C951F. Grayscale: #919191. Windows color (decimal): -3970336 or 14707395. OLE color: 14707395.

HSL color Cylindrical-coordinate representation of color #C36AE0: hue angle of 285.25º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C36AE0 is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 195 106 224 -
CMYK 0.13 0.53 0 0.12
HSL 285.25º 0.66% 0.65% -
HSV(B) 285.25º 0.53% 0.88% -
XYZ 41.11 27.29 73.62 -
YUV 146.06 171.99 162.91 -
System Red Green Blue C M Y K H S L
Decimal 195 106 224 0.13 0.53 0 0.12 285.25 0.66 0.65
Hex C3 6A E0 D 35 0 C 11D 42 41
Octal 303 152 340 15 65 0 14 435 102 101
Binary 11000011 1101010 11100000 1101 110101 0 1100 100011101 1000010 1000001

Color Harmonies of #C36AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36AE0

Black with #C36AE0

Text Example


Text Example

White with #C36AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36AE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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