Html Css Color HEX #C36EE1 Medium Orchid

📋 copy color: '#C36EE1'

red 195 ◦ green 110 ◦ blue 225

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

Shades of Medium Orchid #C36EE1

Tints of Medium Orchid #C36EE1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.75%

 BLUE value IS 225 (88.28% from 255) = 42.45%

R = 36.79%
G = 20.75%
B = 42.45%

CMYK

 C value IS 0.13

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C36EE1 (or 0xC36EE1) is known color: Medium Orchid. HEX triplet: C3, 6E and E1. RGB value is (195,110,225). Sum of RGB (Red+Green+Blue) = 195+110+225=530 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.79% from 530); Green value is 110 (43.36% from 255 or 20.75% from 530); Blue value is 225 (88.28% from 255 or 42.45% from 530); Max value from RGB is 225 - color contains mainly: blue. Hex color #C36EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36EE1 is #3C911E. Grayscale: #949494. Windows color (decimal): -3969311 or 14773955. OLE color: 14773955.

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

Color convert

RGB 195 110 225 -
CMYK 0.13 0.51 0 0.12
HSL 284.35º 0.66% 0.66% -
HSV(B) 284.35º 0.51% 0.88% -
XYZ 41.67 28.19 74.48 -
YUV 148.53 171.16 161.15 -
System Red Green Blue C M Y K H S L
Decimal 195 110 225 0.13 0.51 0 0.12 284.35 0.66 0.66
Hex C3 6E E1 D 33 0 C 11C 42 42
Octal 303 156 341 15 63 0 14 434 102 102
Binary 11000011 1101110 11100001 1101 110011 0 1100 100011100 1000010 1000010

Color Harmonies of #C36EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36EE1

Black with #C36EE1

Text Example


Text Example

White with #C36EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36EE1; }

 p { color: rgb(195,110,225); }

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

background-color css

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

 a { background-color: rgb(195,110,225); }

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

border-color css

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

 span { border-color: rgb(195,110,225); }

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