Html Css Color HEX #C36CE3 Medium Orchid

📋 copy color: '#C36CE3'

red 195 ◦ green 108 ◦ blue 227

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

Shades of Medium Orchid #C36CE3

Tints of Medium Orchid #C36CE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 42.83%

R = 36.79%
G = 20.38%
B = 42.83%

CMYK

 C value IS 0.14

 M value IS 0.52

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C36CE3 (or 0xC36CE3) is known color: Medium Orchid. HEX triplet: C3, 6C and E3. RGB value is (195,108,227). Sum of RGB (Red+Green+Blue) = 195+108+227=530 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.79% from 530); Green value is 108 (42.58% from 255 or 20.38% from 530); Blue value is 227 (89.06% from 255 or 42.83% from 530); Max value from RGB is 227 - color contains mainly: blue. Hex color #C36CE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36CE3 is #3C931C. Grayscale: #939393. Windows color (decimal): -3969821 or 14904515. OLE color: 14904515.

HSL color Cylindrical-coordinate representation of color #C36CE3: hue angle of 283.87º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C36CE3 is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 195 108 227 -
CMYK 0.14 0.52 0 0.11
HSL 283.87º 0.68% 0.66% -
HSV(B) 283.87º 0.52% 0.89% -
XYZ 41.73 27.87 75.85 -
YUV 147.58 172.82 161.82 -
System Red Green Blue C M Y K H S L
Decimal 195 108 227 0.14 0.52 0 0.11 283.87 0.68 0.66
Hex C3 6C E3 E 34 0 B 11C 44 42
Octal 303 154 343 16 64 0 13 434 104 102
Binary 11000011 1101100 11100011 1110 110100 0 1011 100011100 1000100 1000010

Color Harmonies of #C36CE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36CE3

Black with #C36CE3

Text Example


Text Example

White with #C36CE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36CE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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