Html Css Color HEX #C36EE7 Medium Orchid

📋 copy color: '#C36EE7'

red 195 ◦ green 110 ◦ blue 231

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

Shades of Medium Orchid #C36EE7

Tints of Medium Orchid #C36EE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 43.1%

R = 36.38%
G = 20.52%
B = 43.1%

CMYK

 C value IS 0.16

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C36EE7 (or 0xC36EE7) is known color: Medium Orchid. HEX triplet: C3, 6E and E7. RGB value is (195,110,231). Sum of RGB (Red+Green+Blue) = 195+110+231=536 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.38% from 536); Green value is 110 (43.36% from 255 or 20.52% from 536); Blue value is 231 (90.62% from 255 or 43.10% from 536); Max value from RGB is 231 - color contains mainly: blue. Hex color #C36EE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C36EE7 is #3C9118. Grayscale: #949494. Windows color (decimal): -3969305 or 15167171. OLE color: 15167171.

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

Color convert

RGB 195 110 231 -
CMYK 0.16 0.52 0 0.09
HSL 282.15º 0.72% 0.67% -
HSV(B) 282.15º 0.52% 0.91% -
XYZ 42.51 28.52 78.87 -
YUV 149.21 174.16 160.66 -
System Red Green Blue C M Y K H S L
Decimal 195 110 231 0.16 0.52 0 0.09 282.15 0.72 0.67
Hex C3 6E E7 10 34 0 9 11A 48 43
Octal 303 156 347 20 64 0 11 432 110 103
Binary 11000011 1101110 11100111 10000 110100 0 1001 100011010 1001000 1000011

Color Harmonies of #C36EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36EE7

Black with #C36EE7

Text Example


Text Example

White with #C36EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36EE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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