Html Css Color HEX #C329DD Medium Orchid

📋 copy color: '#C329DD'

red 195 ◦ green 41 ◦ blue 221

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

Shades of Medium Orchid #C329DD

Tints of Medium Orchid #C329DD

RGB

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

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

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

R = 42.67%
G = 8.97%
B = 48.36%

CMYK

 C value IS 0.12

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C329DD (or 0xC329DD) is known color: Medium Orchid. HEX triplet: C3, 29 and DD. RGB value is (195,41,221). Sum of RGB (Red+Green+Blue) = 195+41+221=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 41 (16.41% from 255 or 8.97% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #C329DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C329DD is #3CD622. Grayscale: #6B6B6B. Windows color (decimal): -3986979 or 14494147. OLE color: 14494147.

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

Color convert

RGB 195 41 221 -
CMYK 0.12 0.81 0 0.13
HSL 291.33º 0.73% 0.51% -
HSV(B) 291.33º 0.81% 0.87% -
XYZ 36.35 18.41 70.04 -
YUV 107.57 192.02 190.36 -
System Red Green Blue C M Y K H S L
Decimal 195 41 221 0.12 0.81 0 0.13 291.33 0.73 0.51
Hex C3 29 DD C 51 0 D 123 49 33
Octal 303 51 335 14 121 0 15 443 111 63
Binary 11000011 101001 11011101 1100 1010001 0 1101 100100011 1001001 110011

Color Harmonies of #C329DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C329DD

Black with #C329DD

Text Example


Text Example

White with #C329DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C329DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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