Html Css Color HEX #C353F5 Medium Orchid

📋 copy color: '#C353F5'

red 195 ◦ green 83 ◦ blue 245

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

Shades of Medium Orchid #C353F5

Tints of Medium Orchid #C353F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 46.85%

R = 37.28%
G = 15.87%
B = 46.85%

CMYK

 C value IS 0.20

 M value IS 0.66

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C353F5 (or 0xC353F5) is known color: Medium Orchid. HEX triplet: C3, 53 and F5. RGB value is (195,83,245). Sum of RGB (Red+Green+Blue) = 195+83+245=523 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.28% from 523); Green value is 83 (32.81% from 255 or 15.87% from 523); Blue value is 245 (96.09% from 255 or 46.85% from 523); Max value from RGB is 245 - color contains mainly: blue. Hex color #C353F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C353F5 is #3CAC0A. Grayscale: #868686. Windows color (decimal): -3976203 or 16077763. OLE color: 16077763.

HSL color Cylindrical-coordinate representation of color #C353F5: hue angle of 281.48º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C353F5 is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 195 83 245 -
CMYK 0.20 0.66 0 0.04
HSL 281.48º 0.89% 0.64% -
HSV(B) 281.48º 0.66% 0.96% -
XYZ 42.08 24.38 88.87 -
YUV 134.96 190.11 170.83 -
System Red Green Blue C M Y K H S L
Decimal 195 83 245 0.20 0.66 0 0.04 281.48 0.89 0.64
Hex C3 53 F5 14 42 0 4 119 59 40
Octal 303 123 365 24 102 0 4 431 131 100
Binary 11000011 1010011 11110101 10100 1000010 0 100 100011001 1011001 1000000

Color Harmonies of #C353F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C353F5

Black with #C353F5

Text Example


Text Example

White with #C353F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C353F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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