Html Css Color HEX #C349DF Medium Orchid

📋 copy color: '#C349DF'

red 195 ◦ green 73 ◦ blue 223

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

Shades of Medium Orchid #C349DF

Tints of Medium Orchid #C349DF

RGB

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

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

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

R = 39.71%
G = 14.87%
B = 45.42%

CMYK

 C value IS 0.13

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C349DF (or 0xC349DF) is known color: Medium Orchid. HEX triplet: C3, 49 and DF. RGB value is (195,73,223). Sum of RGB (Red+Green+Blue) = 195+73+223=491 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.71% from 491); Green value is 73 (28.91% from 255 or 14.87% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #C349DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C349DF is #3CB620. Grayscale: #7E7E7E. Windows color (decimal): -3978785 or 14633411. OLE color: 14633411.

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

Color convert

RGB 195 73 223 -
CMYK 0.13 0.67 0 0.13
HSL 288.8º 0.7% 0.58% -
HSV(B) 288.8º 0.67% 0.87% -
XYZ 38.21 21.69 71.99 -
YUV 126.58 182.42 176.8 -
System Red Green Blue C M Y K H S L
Decimal 195 73 223 0.13 0.67 0 0.13 288.8 0.7 0.58
Hex C3 49 DF D 43 0 D 121 46 3A
Octal 303 111 337 15 103 0 15 441 106 72
Binary 11000011 1001001 11011111 1101 1000011 0 1101 100100001 1000110 111010

Color Harmonies of #C349DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C349DF

Black with #C349DF

Text Example


Text Example

White with #C349DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C349DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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