Html Css Color HEX #C353ED Medium Orchid

📋 copy color: '#C353ED'

red 195 ◦ green 83 ◦ blue 237

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

Shades of Medium Orchid #C353ED

Tints of Medium Orchid #C353ED

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.12%

 BLUE value IS 237 (92.97% from 255) = 46.02%

R = 37.86%
G = 16.12%
B = 46.02%

CMYK

 C value IS 0.18

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C353ED (or 0xC353ED) is known color: Medium Orchid. HEX triplet: C3, 53 and ED. RGB value is (195,83,237). Sum of RGB (Red+Green+Blue) = 195+83+237=515 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.86% from 515); Green value is 83 (32.81% from 255 or 16.12% from 515); Blue value is 237 (92.97% from 255 or 46.02% from 515); Max value from RGB is 237 - color contains mainly: blue. Hex color #C353ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C353ED is #3CAC12. Grayscale: #858585. Windows color (decimal): -3976211 or 15553475. OLE color: 15553475.

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

Color convert

RGB 195 83 237 -
CMYK 0.18 0.65 0 0.07
HSL 283.64º 0.81% 0.63% -
HSV(B) 283.64º 0.65% 0.93% -
XYZ 40.89 23.9 82.58 -
YUV 134.04 186.11 171.48 -
System Red Green Blue C M Y K H S L
Decimal 195 83 237 0.18 0.65 0 0.07 283.64 0.81 0.63
Hex C3 53 ED 12 41 0 7 11C 51 3F
Octal 303 123 355 22 101 0 7 434 121 77
Binary 11000011 1010011 11101101 10010 1000001 0 111 100011100 1010001 111111

Color Harmonies of #C353ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C353ED

Black with #C353ED

Text Example


Text Example

White with #C353ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C353ED; }

 p { color: rgb(195,83,237); }

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

background-color css

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

 a { background-color: rgb(195,83,237); }

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

border-color css

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

 span { border-color: rgb(195,83,237); }

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