Html Css Color HEX #C353DC Medium Orchid

📋 copy color: '#C353DC'

red 195 ◦ green 83 ◦ blue 220

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

Shades of Medium Orchid #C353DC

Tints of Medium Orchid #C353DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.18%

R = 39.16%
G = 16.67%
B = 44.18%

CMYK

 C value IS 0.11

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C353DC (or 0xC353DC) is known color: Medium Orchid. HEX triplet: C3, 53 and DC. RGB value is (195,83,220). Sum of RGB (Red+Green+Blue) = 195+83+220=498 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.16% from 498); Green value is 83 (32.81% from 255 or 16.67% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #C353DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C353DC is #3CAC23. Grayscale: #838383. Windows color (decimal): -3976228 or 14439363. OLE color: 14439363.

HSL color Cylindrical-coordinate representation of color #C353DC: hue angle of 289.05º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C353DC is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 83 220 -
CMYK 0.11 0.62 0 0.14
HSL 289.05º 0.66% 0.59% -
HSV(B) 289.05º 0.62% 0.86% -
XYZ 38.52 22.96 70.11 -
YUV 132.11 177.61 172.86 -
System Red Green Blue C M Y K H S L
Decimal 195 83 220 0.11 0.62 0 0.14 289.05 0.66 0.59
Hex C3 53 DC B 3E 0 E 121 42 3B
Octal 303 123 334 13 76 0 16 441 102 73
Binary 11000011 1010011 11011100 1011 111110 0 1110 100100001 1000010 111011

Color Harmonies of #C353DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C353DC

Black with #C353DC

Text Example


Text Example

White with #C353DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C353DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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