Html Css Color HEX #C361EA Medium Orchid

📋 copy color: '#C361EA'

red 195 ◦ green 97 ◦ blue 234

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

Shades of Medium Orchid #C361EA

Tints of Medium Orchid #C361EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.49%

R = 37.07%
G = 18.44%
B = 44.49%

CMYK

 C value IS 0.17

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C361EA (or 0xC361EA) is known color: Medium Orchid. HEX triplet: C3, 61 and EA. RGB value is (195,97,234). Sum of RGB (Red+Green+Blue) = 195+97+234=526 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.07% from 526); Green value is 97 (38.28% from 255 or 18.44% from 526); Blue value is 234 (91.80% from 255 or 44.49% from 526); Max value from RGB is 234 - color contains mainly: blue. Hex color #C361EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C361EA is #3C9E15. Grayscale: #8D8D8D. Windows color (decimal): -3972630 or 15360451. OLE color: 15360451.

HSL color Cylindrical-coordinate representation of color #C361EA: hue angle of 282.92º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C361EA is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 195 97 234 -
CMYK 0.17 0.59 0 0.08
HSL 282.92º 0.77% 0.65% -
HSV(B) 282.92º 0.59% 0.92% -
XYZ 41.63 26.09 80.68 -
YUV 141.92 179.97 165.86 -
System Red Green Blue C M Y K H S L
Decimal 195 97 234 0.17 0.59 0 0.08 282.92 0.77 0.65
Hex C3 61 EA 11 3B 0 8 11B 4D 41
Octal 303 141 352 21 73 0 10 433 115 101
Binary 11000011 1100001 11101010 10001 111011 0 1000 100011011 1001101 1000001

Color Harmonies of #C361EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C361EA

Black with #C361EA

Text Example


Text Example

White with #C361EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C361EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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