Html Css Color HEX #C36CE7 Medium Orchid

📋 copy color: '#C36CE7'

red 195 ◦ green 108 ◦ blue 231

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

Shades of Medium Orchid #C36CE7

Tints of Medium Orchid #C36CE7

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.22%

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

R = 36.52%
G = 20.22%
B = 43.26%

CMYK

 C value IS 0.16

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C36CE7 (or 0xC36CE7) is known color: Medium Orchid. HEX triplet: C3, 6C and E7. RGB value is (195,108,231). Sum of RGB (Red+Green+Blue) = 195+108+231=534 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.52% from 534); Green value is 108 (42.58% from 255 or 20.22% from 534); Blue value is 231 (90.62% from 255 or 43.26% from 534); Max value from RGB is 231 - color contains mainly: blue. Hex color #C36CE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C36CE7 is #3C9318. Grayscale: #939393. Windows color (decimal): -3969817 or 15166659. OLE color: 15166659.

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

Color convert

RGB 195 108 231 -
CMYK 0.16 0.53 0 0.09
HSL 282.44º 0.72% 0.66% -
HSV(B) 282.44º 0.53% 0.91% -
XYZ 42.29 28.1 78.8 -
YUV 148.04 174.82 161.5 -
System Red Green Blue C M Y K H S L
Decimal 195 108 231 0.16 0.53 0 0.09 282.44 0.72 0.66
Hex C3 6C E7 10 35 0 9 11A 48 42
Octal 303 154 347 20 65 0 11 432 110 102
Binary 11000011 1101100 11100111 10000 110101 0 1001 100011010 1001000 1000010

Color Harmonies of #C36CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36CE7

Black with #C36CE7

Text Example


Text Example

White with #C36CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36CE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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