Html Css Color HEX #C353F6 Medium Orchid

📋 copy color: '#C353F6'

red 195 ◦ green 83 ◦ blue 246

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

Shades of Medium Orchid #C353F6

Tints of Medium Orchid #C353F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 46.95%

R = 37.21%
G = 15.84%
B = 46.95%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C353F6 (or 0xC353F6) is known color: Medium Orchid. HEX triplet: C3, 53 and F6. RGB value is (195,83,246). Sum of RGB (Red+Green+Blue) = 195+83+246=524 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.21% from 524); Green value is 83 (32.81% from 255 or 15.84% from 524); Blue value is 246 (96.48% from 255 or 46.95% from 524); Max value from RGB is 246 - color contains mainly: blue. Hex color #C353F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C353F6 is #3CAC09. Grayscale: #868686. Windows color (decimal): -3976202 or 16143299. OLE color: 16143299.

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

Color convert

RGB 195 83 246 -
CMYK 0.21 0.66 0 0.04
HSL 281.23º 0.9% 0.65% -
HSV(B) 281.23º 0.66% 0.96% -
XYZ 42.23 24.44 89.68 -
YUV 135.07 190.61 170.75 -
System Red Green Blue C M Y K H S L
Decimal 195 83 246 0.21 0.66 0 0.04 281.23 0.9 0.65
Hex C3 53 F6 15 42 0 4 119 5A 41
Octal 303 123 366 25 102 0 4 431 132 101
Binary 11000011 1010011 11110110 10101 1000010 0 100 100011001 1011010 1000001

Color Harmonies of #C353F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C353F6

Black with #C353F6

Text Example


Text Example

White with #C353F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C353F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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