Html Css Color HEX #C029E4 Medium Orchid

📋 copy color: '#C029E4'

red 192 ◦ green 41 ◦ blue 228

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

Shades of Medium Orchid #C029E4

Tints of Medium Orchid #C029E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 49.46%

R = 41.65%
G = 8.89%
B = 49.46%

CMYK

 C value IS 0.16

 M value IS 0.82

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C029E4 (or 0xC029E4) is known color: Medium Orchid. HEX triplet: C0, 29 and E4. RGB value is (192,41,228). Sum of RGB (Red+Green+Blue) = 192+41+228=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 41 (16.41% from 255 or 8.89% from 461); Blue value is 228 (89.45% from 255 or 49.46% from 461); Max value from RGB is 228 - color contains mainly: blue. Hex color #C029E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C029E4 is #3FD61B. Grayscale: #6A6A6A. Windows color (decimal): -4183580 or 14952896. OLE color: 14952896.

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

Color convert

RGB 192 41 228 -
CMYK 0.16 0.82 0 0.11
HSL 288.45º 0.78% 0.53% -
HSV(B) 288.45º 0.82% 0.89% -
XYZ 36.53 18.39 75.02 -
YUV 107.47 196.03 188.29 -
System Red Green Blue C M Y K H S L
Decimal 192 41 228 0.16 0.82 0 0.11 288.45 0.78 0.53
Hex C0 29 E4 10 52 0 B 120 4E 35
Octal 300 51 344 20 122 0 13 440 116 65
Binary 11000000 101001 11100100 10000 1010010 0 1011 100100000 1001110 110101

Color Harmonies of #C029E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C029E4

Black with #C029E4

Text Example


Text Example

White with #C029E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C029E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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