Html Css Color HEX #C329DB Medium Orchid

📋 copy color: '#C329DB'

red 195 ◦ green 41 ◦ blue 219

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

Shades of Medium Orchid #C329DB

Tints of Medium Orchid #C329DB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.01%

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

R = 42.86%
G = 9.01%
B = 48.13%

CMYK

 C value IS 0.11

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C329DB (or 0xC329DB) is known color: Medium Orchid. HEX triplet: C3, 29 and DB. RGB value is (195,41,219). Sum of RGB (Red+Green+Blue) = 195+41+219=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 41 (16.41% from 255 or 9.01% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #C329DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C329DB is #3CD624. Grayscale: #6A6A6A. Windows color (decimal): -3986981 or 14363075. OLE color: 14363075.

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

Color convert

RGB 195 41 219 -
CMYK 0.11 0.81 0 0.14
HSL 291.91º 0.71% 0.51% -
HSV(B) 291.91º 0.81% 0.86% -
XYZ 36.08 18.3 68.65 -
YUV 107.34 191.02 190.53 -
System Red Green Blue C M Y K H S L
Decimal 195 41 219 0.11 0.81 0 0.14 291.91 0.71 0.51
Hex C3 29 DB B 51 0 E 124 47 33
Octal 303 51 333 13 121 0 16 444 107 63
Binary 11000011 101001 11011011 1011 1010001 0 1110 100100100 1000111 110011

Color Harmonies of #C329DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C329DB

Black with #C329DB

Text Example


Text Example

White with #C329DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C329DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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