Html Css Color HEX #C329DE Medium Orchid

📋 copy color: '#C329DE'

red 195 ◦ green 41 ◦ blue 222

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

Shades of Medium Orchid #C329DE

Tints of Medium Orchid #C329DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.47%

R = 42.58%
G = 8.95%
B = 48.47%

CMYK

 C value IS 0.12

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C329DE (or 0xC329DE) is known color: Medium Orchid. HEX triplet: C3, 29 and DE. RGB value is (195,41,222). Sum of RGB (Red+Green+Blue) = 195+41+222=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 41 (16.41% from 255 or 8.95% from 458); Blue value is 222 (87.11% from 255 or 48.47% from 458); Max value from RGB is 222 - color contains mainly: blue. Hex color #C329DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C329DE is #3CD621. Grayscale: #6B6B6B. Windows color (decimal): -3986978 or 14559683. OLE color: 14559683.

HSL color Cylindrical-coordinate representation of color #C329DE: hue angle of 291.05º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C329DE is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 41 222 -
CMYK 0.12 0.82 0 0.13
HSL 291.05º 0.73% 0.52% -
HSV(B) 291.05º 0.82% 0.87% -
XYZ 36.48 18.46 70.75 -
YUV 107.68 192.52 190.28 -
System Red Green Blue C M Y K H S L
Decimal 195 41 222 0.12 0.82 0 0.13 291.05 0.73 0.52
Hex C3 29 DE C 52 0 D 123 49 34
Octal 303 51 336 14 122 0 15 443 111 64
Binary 11000011 101001 11011110 1100 1010010 0 1101 100100011 1001001 110100

Color Harmonies of #C329DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C329DE

Black with #C329DE

Text Example


Text Example

White with #C329DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C329DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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