Html Css Color HEX #C349DD Medium Orchid

📋 copy color: '#C349DD'

red 195 ◦ green 73 ◦ blue 221

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

Shades of Medium Orchid #C349DD

Tints of Medium Orchid #C349DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.19%

R = 39.88%
G = 14.93%
B = 45.19%

CMYK

 C value IS 0.12

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C349DD (or 0xC349DD) is known color: Medium Orchid. HEX triplet: C3, 49 and DD. RGB value is (195,73,221). Sum of RGB (Red+Green+Blue) = 195+73+221=489 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.88% from 489); Green value is 73 (28.91% from 255 or 14.93% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #C349DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C349DD is #3CB622. Grayscale: #7D7D7D. Windows color (decimal): -3978787 or 14502339. OLE color: 14502339.

HSL color Cylindrical-coordinate representation of color #C349DD: hue angle of 289.46º degrees, saturation: 0.69, 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 #C349DD is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 73 221 -
CMYK 0.12 0.67 0 0.13
HSL 289.46º 0.69% 0.58% -
HSV(B) 289.46º 0.67% 0.87% -
XYZ 37.94 21.59 70.57 -
YUV 126.35 181.42 176.97 -
System Red Green Blue C M Y K H S L
Decimal 195 73 221 0.12 0.67 0 0.13 289.46 0.69 0.58
Hex C3 49 DD C 43 0 D 121 45 3A
Octal 303 111 335 14 103 0 15 441 105 72
Binary 11000011 1001001 11011101 1100 1000011 0 1101 100100001 1000101 111010

Color Harmonies of #C349DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C349DD

Black with #C349DD

Text Example


Text Example

White with #C349DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C349DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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