Html Css Color HEX #C353DF Medium Orchid

📋 copy color: '#C353DF'

red 195 ◦ green 83 ◦ blue 223

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

Shades of Medium Orchid #C353DF

Tints of Medium Orchid #C353DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.51%

R = 38.92%
G = 16.57%
B = 44.51%

CMYK

 C value IS 0.13

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C353DF (or 0xC353DF) is known color: Medium Orchid. HEX triplet: C3, 53 and DF. RGB value is (195,83,223). Sum of RGB (Red+Green+Blue) = 195+83+223=501 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.92% from 501); Green value is 83 (32.81% from 255 or 16.57% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #C353DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C353DF is #3CAC20. Grayscale: #848484. Windows color (decimal): -3976225 or 14635971. OLE color: 14635971.

HSL color Cylindrical-coordinate representation of color #C353DF: hue angle of 288º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C353DF is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 83 223 -
CMYK 0.13 0.63 0 0.13
HSL 288º 0.69% 0.6% -
HSV(B) 288º 0.63% 0.87% -
XYZ 38.92 23.12 72.22 -
YUV 132.45 179.11 172.62 -
System Red Green Blue C M Y K H S L
Decimal 195 83 223 0.13 0.63 0 0.13 288 0.69 0.6
Hex C3 53 DF D 3F 0 D 120 45 3C
Octal 303 123 337 15 77 0 15 440 105 74
Binary 11000011 1010011 11011111 1101 111111 0 1101 100100000 1000101 111100

Color Harmonies of #C353DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C353DF

Black with #C353DF

Text Example


Text Example

White with #C353DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C353DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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