Html Css Color HEX #C029E2 Medium Orchid

📋 copy color: '#C029E2'

red 192 ◦ green 41 ◦ blue 226

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

Shades of Medium Orchid #C029E2

Tints of Medium Orchid #C029E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 49.24%

R = 41.83%
G = 8.93%
B = 49.24%

CMYK

 C value IS 0.15

 M value IS 0.82

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C029E2 (or 0xC029E2) is known color: Medium Orchid. HEX triplet: C0, 29 and E2. RGB value is (192,41,226). Sum of RGB (Red+Green+Blue) = 192+41+226=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 41 (16.41% from 255 or 8.93% from 459); Blue value is 226 (88.67% from 255 or 49.24% from 459); Max value from RGB is 226 - color contains mainly: blue. Hex color #C029E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C029E2 is #3FD61D. Grayscale: #6A6A6A. Windows color (decimal): -4183582 or 14821824. OLE color: 14821824.

HSL color Cylindrical-coordinate representation of color #C029E2: hue angle of 288.97º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C029E2 is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 192 41 226 -
CMYK 0.15 0.82 0 0.11
HSL 288.97º 0.76% 0.52% -
HSV(B) 288.97º 0.82% 0.89% -
XYZ 36.26 18.28 73.57 -
YUV 107.24 195.03 188.46 -
System Red Green Blue C M Y K H S L
Decimal 192 41 226 0.15 0.82 0 0.11 288.97 0.76 0.52
Hex C0 29 E2 F 52 0 B 121 4C 34
Octal 300 51 342 17 122 0 13 441 114 64
Binary 11000000 101001 11100010 1111 1010010 0 1011 100100001 1001100 110100

Color Harmonies of #C029E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C029E2

Black with #C029E2

Text Example


Text Example

White with #C029E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C029E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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