Html Css Color HEX #C36BE7 Medium Orchid

📋 copy color: '#C36BE7'

red 195 ◦ green 107 ◦ blue 231

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

Shades of Medium Orchid #C36BE7

Tints of Medium Orchid #C36BE7

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.08%

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

R = 36.59%
G = 20.08%
B = 43.34%

CMYK

 C value IS 0.16

 M value IS 0.54

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C36BE7 (or 0xC36BE7) is known color: Medium Orchid. HEX triplet: C3, 6B and E7. RGB value is (195,107,231). Sum of RGB (Red+Green+Blue) = 195+107+231=533 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.59% from 533); Green value is 107 (42.19% from 255 or 20.08% from 533); Blue value is 231 (90.62% from 255 or 43.34% from 533); Max value from RGB is 231 - color contains mainly: blue. Hex color #C36BE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C36BE7 is #3C9418. Grayscale: #939393. Windows color (decimal): -3970073 or 15166403. OLE color: 15166403.

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

Color convert

RGB 195 107 231 -
CMYK 0.16 0.54 0 0.09
HSL 282.58º 0.72% 0.66% -
HSV(B) 282.58º 0.54% 0.91% -
XYZ 42.19 27.89 78.76 -
YUV 147.45 175.15 161.92 -
System Red Green Blue C M Y K H S L
Decimal 195 107 231 0.16 0.54 0 0.09 282.58 0.72 0.66
Hex C3 6B E7 10 36 0 9 11B 48 42
Octal 303 153 347 20 66 0 11 433 110 102
Binary 11000011 1101011 11100111 10000 110110 0 1001 100011011 1001000 1000010

Color Harmonies of #C36BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36BE7

Black with #C36BE7

Text Example


Text Example

White with #C36BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36BE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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