Html Css Color HEX #C361EE Medium Orchid

📋 copy color: '#C361EE'

red 195 ◦ green 97 ◦ blue 238

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

Shades of Medium Orchid #C361EE

Tints of Medium Orchid #C361EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.91%

R = 36.79%
G = 18.3%
B = 44.91%

CMYK

 C value IS 0.18

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C361EE (or 0xC361EE) is known color: Medium Orchid. HEX triplet: C3, 61 and EE. RGB value is (195,97,238). Sum of RGB (Red+Green+Blue) = 195+97+238=530 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.79% from 530); Green value is 97 (38.28% from 255 or 18.30% from 530); Blue value is 238 (93.36% from 255 or 44.91% from 530); Max value from RGB is 238 - color contains mainly: blue. Hex color #C361EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C361EE is #3C9E11. Grayscale: #8D8D8D. Windows color (decimal): -3972626 or 15622595. OLE color: 15622595.

HSL color Cylindrical-coordinate representation of color #C361EE: hue angle of 281.7º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C361EE is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 97 238 -
CMYK 0.18 0.59 0 0.07
HSL 281.7º 0.81% 0.66% -
HSV(B) 281.7º 0.59% 0.93% -
XYZ 42.21 26.32 83.75 -
YUV 142.38 181.97 165.54 -
System Red Green Blue C M Y K H S L
Decimal 195 97 238 0.18 0.59 0 0.07 281.7 0.81 0.66
Hex C3 61 EE 12 3B 0 7 11A 51 42
Octal 303 141 356 22 73 0 7 432 121 102
Binary 11000011 1100001 11101110 10010 111011 0 111 100011010 1010001 1000010

Color Harmonies of #C361EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C361EE

Black with #C361EE

Text Example


Text Example

White with #C361EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C361EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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