Html Css Color HEX #C349DB Medium Orchid

📋 copy color: '#C349DB'

red 195 ◦ green 73 ◦ blue 219

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

Shades of Medium Orchid #C349DB

Tints of Medium Orchid #C349DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.97%

R = 40.04%
G = 14.99%
B = 44.97%

CMYK

 C value IS 0.11

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C349DB (or 0xC349DB) is known color: Medium Orchid. HEX triplet: C3, 49 and DB. RGB value is (195,73,219). Sum of RGB (Red+Green+Blue) = 195+73+219=487 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.04% from 487); Green value is 73 (28.91% from 255 or 14.99% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #C349DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C349DB is #3CB624. Grayscale: #7D7D7D. Windows color (decimal): -3978789 or 14371267. OLE color: 14371267.

HSL color Cylindrical-coordinate representation of color #C349DB: hue angle of 290.14º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C349DB is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 73 219 -
CMYK 0.11 0.67 0 0.14
HSL 290.14º 0.67% 0.57% -
HSV(B) 290.14º 0.67% 0.86% -
XYZ 37.67 21.48 69.18 -
YUV 126.12 180.42 177.13 -
System Red Green Blue C M Y K H S L
Decimal 195 73 219 0.11 0.67 0 0.14 290.14 0.67 0.57
Hex C3 49 DB B 43 0 E 122 43 39
Octal 303 111 333 13 103 0 16 442 103 71
Binary 11000011 1001001 11011011 1011 1000011 0 1110 100100010 1000011 111001

Color Harmonies of #C349DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C349DB

Black with #C349DB

Text Example


Text Example

White with #C349DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C349DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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