Html Css Color HEX #C359EA Medium Orchid

📋 copy color: '#C359EA'

red 195 ◦ green 89 ◦ blue 234

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

Shades of Medium Orchid #C359EA

Tints of Medium Orchid #C359EA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.18%

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

R = 37.64%
G = 17.18%
B = 45.17%

CMYK

 C value IS 0.17

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C359EA (or 0xC359EA) is known color: Medium Orchid. HEX triplet: C3, 59 and EA. RGB value is (195,89,234). Sum of RGB (Red+Green+Blue) = 195+89+234=518 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.64% from 518); Green value is 89 (35.16% from 255 or 17.18% from 518); Blue value is 234 (91.80% from 255 or 45.17% from 518); Max value from RGB is 234 - color contains mainly: blue. Hex color #C359EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C359EA is #3CA615. Grayscale: #888888. Windows color (decimal): -3974678 or 15358403. OLE color: 15358403.

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

Color convert

RGB 195 89 234 -
CMYK 0.17 0.62 0 0.08
HSL 283.86º 0.78% 0.63% -
HSV(B) 283.86º 0.62% 0.92% -
XYZ 40.93 24.69 80.45 -
YUV 137.22 182.62 169.21 -
System Red Green Blue C M Y K H S L
Decimal 195 89 234 0.17 0.62 0 0.08 283.86 0.78 0.63
Hex C3 59 EA 11 3E 0 8 11C 4E 3F
Octal 303 131 352 21 76 0 10 434 116 77
Binary 11000011 1011001 11101010 10001 111110 0 1000 100011100 1001110 111111

Color Harmonies of #C359EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C359EA

Black with #C359EA

Text Example


Text Example

White with #C359EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C359EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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