Html Css Color HEX #C029E0 Medium Orchid

📋 copy color: '#C029E0'

red 192 ◦ green 41 ◦ blue 224

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

Shades of Medium Orchid #C029E0

Tints of Medium Orchid #C029E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 49.02%

R = 42.01%
G = 8.97%
B = 49.02%

CMYK

 C value IS 0.14

 M value IS 0.82

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C029E0 (or 0xC029E0) is known color: Medium Orchid. HEX triplet: C0, 29 and E0. RGB value is (192,41,224). Sum of RGB (Red+Green+Blue) = 192+41+224=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 41 (16.41% from 255 or 8.97% from 457); Blue value is 224 (87.89% from 255 or 49.02% from 457); Max value from RGB is 224 - color contains mainly: blue. Hex color #C029E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C029E0 is #3FD61F. Grayscale: #6A6A6A. Windows color (decimal): -4183584 or 14690752. OLE color: 14690752.

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

Color convert

RGB 192 41 224 -
CMYK 0.14 0.82 0 0.12
HSL 289.51º 0.75% 0.52% -
HSV(B) 289.51º 0.82% 0.88% -
XYZ 35.99 18.17 72.13 -
YUV 107.01 194.03 188.62 -
System Red Green Blue C M Y K H S L
Decimal 192 41 224 0.14 0.82 0 0.12 289.51 0.75 0.52
Hex C0 29 E0 E 52 0 C 122 4B 34
Octal 300 51 340 16 122 0 14 442 113 64
Binary 11000000 101001 11100000 1110 1010010 0 1100 100100010 1001011 110100

Color Harmonies of #C029E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C029E0

Black with #C029E0

Text Example


Text Example

White with #C029E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C029E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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