Html Css Color HEX #C361E0 Medium Orchid

📋 copy color: '#C361E0'

red 195 ◦ green 97 ◦ blue 224

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

Shades of Medium Orchid #C361E0

Tints of Medium Orchid #C361E0

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.8%

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

R = 37.79%
G = 18.8%
B = 43.41%

CMYK

 C value IS 0.13

 M value IS 0.57

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C361E0 (or 0xC361E0) is known color: Medium Orchid. HEX triplet: C3, 61 and E0. RGB value is (195,97,224). Sum of RGB (Red+Green+Blue) = 195+97+224=516 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.79% from 516); Green value is 97 (38.28% from 255 or 18.80% from 516); Blue value is 224 (87.89% from 255 or 43.41% from 516); Max value from RGB is 224 - color contains mainly: blue. Hex color #C361E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C361E0 is #3C9E1F. Grayscale: #8C8C8C. Windows color (decimal): -3972640 or 14705091. OLE color: 14705091.

HSL color Cylindrical-coordinate representation of color #C361E0: hue angle of 286.3º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C361E0 is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 195 97 224 -
CMYK 0.13 0.57 0 0.12
HSL 286.3º 0.67% 0.63% -
HSV(B) 286.3º 0.57% 0.88% -
XYZ 40.23 25.53 73.33 -
YUV 140.78 174.97 166.67 -
System Red Green Blue C M Y K H S L
Decimal 195 97 224 0.13 0.57 0 0.12 286.3 0.67 0.63
Hex C3 61 E0 D 39 0 C 11E 43 3F
Octal 303 141 340 15 71 0 14 436 103 77
Binary 11000011 1100001 11100000 1101 111001 0 1100 100011110 1000011 111111

Color Harmonies of #C361E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C361E0

Black with #C361E0

Text Example


Text Example

White with #C361E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C361E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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