Html Css Color HEX #C029DA Medium Orchid

📋 copy color: '#C029DA'

red 192 ◦ green 41 ◦ blue 218

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

Shades of Medium Orchid #C029DA

Tints of Medium Orchid #C029DA

RGB

 RED value IS 192 (75.39% from 255) = 42.57%

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

 BLUE value IS 218 (85.55% from 255) = 48.34%

R = 42.57%
G = 9.09%
B = 48.34%

CMYK

 C value IS 0.12

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C029DA (or 0xC029DA) is known color: Medium Orchid. HEX triplet: C0, 29 and DA. RGB value is (192,41,218). Sum of RGB (Red+Green+Blue) = 192+41+218=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 41 (16.41% from 255 or 9.09% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 218 - color contains mainly: blue. Hex color #C029DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C029DA is #3FD625. Grayscale: #696969. Windows color (decimal): -4183590 or 14297536. OLE color: 14297536.

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

Color convert

RGB 192 41 218 -
CMYK 0.12 0.81 0 0.15
HSL 291.19º 0.71% 0.51% -
HSV(B) 291.19º 0.81% 0.85% -
XYZ 35.19 17.85 67.92 -
YUV 106.33 191.03 189.11 -
System Red Green Blue C M Y K H S L
Decimal 192 41 218 0.12 0.81 0 0.15 291.19 0.71 0.51
Hex C0 29 DA C 51 0 F 123 47 33
Octal 300 51 332 14 121 0 17 443 107 63
Binary 11000000 101001 11011010 1100 1010001 0 1111 100100011 1000111 110011

Color Harmonies of #C029DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C029DA

Black with #C029DA

Text Example


Text Example

White with #C029DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C029DA; }

 p { color: rgb(192,41,218); }

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

background-color css

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

 a { background-color: rgb(192,41,218); }

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

border-color css

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

 span { border-color: rgb(192,41,218); }

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