Html Css Color HEX #C352F1 Medium Orchid

📋 copy color: '#C352F1'

red 195 ◦ green 82 ◦ blue 241

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

Shades of Medium Orchid #C352F1

Tints of Medium Orchid #C352F1

RGB

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

 GREEN value IS 82 (32.42% from 255) = 15.83%

 BLUE value IS 241 (94.53% from 255) = 46.53%

R = 37.64%
G = 15.83%
B = 46.53%

CMYK

 C value IS 0.19

 M value IS 0.66

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C352F1 (or 0xC352F1) is known color: Medium Orchid. HEX triplet: C3, 52 and F1. RGB value is (195,82,241). Sum of RGB (Red+Green+Blue) = 195+82+241=518 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.64% from 518); Green value is 82 (32.42% from 255 or 15.83% from 518); Blue value is 241 (94.53% from 255 or 46.53% from 518); Max value from RGB is 241 - color contains mainly: blue. Hex color #C352F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C352F1 is #3CAD0E. Grayscale: #858585. Windows color (decimal): -3976463 or 15815363. OLE color: 15815363.

HSL color Cylindrical-coordinate representation of color #C352F1: hue angle of 282.64º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C352F1 is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 195 82 241 -
CMYK 0.19 0.66 0 0.05
HSL 282.64º 0.85% 0.63% -
HSV(B) 282.64º 0.66% 0.95% -
XYZ 41.4 23.99 85.67 -
YUV 133.91 188.44 171.57 -
System Red Green Blue C M Y K H S L
Decimal 195 82 241 0.19 0.66 0 0.05 282.64 0.85 0.63
Hex C3 52 F1 13 42 0 5 11B 55 3F
Octal 303 122 361 23 102 0 5 433 125 77
Binary 11000011 1010010 11110001 10011 1000010 0 101 100011011 1010101 111111

Color Harmonies of #C352F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C352F1

Black with #C352F1

Text Example


Text Example

White with #C352F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C352F1; }

 p { color: rgb(195,82,241); }

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

background-color css

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

 a { background-color: rgb(195,82,241); }

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

border-color css

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

 span { border-color: rgb(195,82,241); }

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