Html Css Color HEX #C349FA Medium Orchid

📋 copy color: '#C349FA'

red 195 ◦ green 73 ◦ blue 250

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

Shades of Medium Orchid #C349FA

Tints of Medium Orchid #C349FA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.09%

 BLUE value IS 250 (98.05% from 255) = 48.26%

R = 37.64%
G = 14.09%
B = 48.26%

CMYK

 C value IS 0.22

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C349FA (or 0xC349FA) is known color: Medium Orchid. HEX triplet: C3, 49 and FA. RGB value is (195,73,250). Sum of RGB (Red+Green+Blue) = 195+73+250=518 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.64% from 518); Green value is 73 (28.91% from 255 or 14.09% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #C349FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C349FA is #3CB605. Grayscale: #818181. Windows color (decimal): -3978758 or 16402883. OLE color: 16402883.

HSL color Cylindrical-coordinate representation of color #C349FA: hue angle of 281.36º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C349FA is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 195 73 250 -
CMYK 0.22 0.71 0 0.02
HSL 281.36º 0.95% 0.63% -
HSV(B) 281.36º 0.71% 0.98% -
XYZ 42.14 23.27 92.71 -
YUV 129.66 195.92 174.61 -
System Red Green Blue C M Y K H S L
Decimal 195 73 250 0.22 0.71 0 0.02 281.36 0.95 0.63
Hex C3 49 FA 16 47 0 2 119 5F 3F
Octal 303 111 372 26 107 0 2 431 137 77
Binary 11000011 1001001 11111010 10110 1000111 0 10 100011001 1011111 111111

Color Harmonies of #C349FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C349FA

Black with #C349FA

Text Example


Text Example

White with #C349FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C349FA; }

 p { color: rgb(195,73,250); }

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

background-color css

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

 a { background-color: rgb(195,73,250); }

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

border-color css

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

 span { border-color: rgb(195,73,250); }

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