Html Css Color HEX #C36FE0 Medium Orchid

📋 copy color: '#C36FE0'

red 195 ◦ green 111 ◦ blue 224

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

Shades of Medium Orchid #C36FE0

Tints of Medium Orchid #C36FE0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.94%

 BLUE value IS 224 (87.89% from 255) = 42.26%

R = 36.79%
G = 20.94%
B = 42.26%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C36FE0 (or 0xC36FE0) is known color: Medium Orchid. HEX triplet: C3, 6F and E0. RGB value is (195,111,224). Sum of RGB (Red+Green+Blue) = 195+111+224=530 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.79% from 530); Green value is 111 (43.75% from 255 or 20.94% from 530); Blue value is 224 (87.89% from 255 or 42.26% from 530); Max value from RGB is 224 - color contains mainly: blue. Hex color #C36FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36FE0 is #3C901F. Grayscale: #949494. Windows color (decimal): -3969056 or 14708675. OLE color: 14708675.

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

Color convert

RGB 195 111 224 -
CMYK 0.13 0.50 0 0.12
HSL 284.6º 0.65% 0.66% -
HSV(B) 284.6º 0.5% 0.88% -
XYZ 41.64 28.35 73.8 -
YUV 149 170.33 160.81 -
System Red Green Blue C M Y K H S L
Decimal 195 111 224 0.13 0.50 0 0.12 284.6 0.65 0.66
Hex C3 6F E0 D 32 0 C 11D 41 42
Octal 303 157 340 15 62 0 14 435 101 102
Binary 11000011 1101111 11100000 1101 110010 0 1100 100011101 1000001 1000010

Color Harmonies of #C36FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36FE0

Black with #C36FE0

Text Example


Text Example

White with #C36FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36FE0; }

 p { color: rgb(195,111,224); }

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

background-color css

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

 a { background-color: rgb(195,111,224); }

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

border-color css

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

 span { border-color: rgb(195,111,224); }

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