Html Css Color HEX #C029DF Medium Orchid

📋 copy color: '#C029DF'

red 192 ◦ green 41 ◦ blue 223

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

Shades of Medium Orchid #C029DF

Tints of Medium Orchid #C029DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.9%

R = 42.11%
G = 8.99%
B = 48.9%

CMYK

 C value IS 0.14

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C029DF (or 0xC029DF) is known color: Medium Orchid. HEX triplet: C0, 29 and DF. RGB value is (192,41,223). Sum of RGB (Red+Green+Blue) = 192+41+223=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 41 (16.41% from 255 or 8.99% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #C029DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C029DF is #3FD620. Grayscale: #6A6A6A. Windows color (decimal): -4183585 or 14625216. OLE color: 14625216.

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

Color convert

RGB 192 41 223 -
CMYK 0.14 0.82 0 0.13
HSL 289.78º 0.74% 0.52% -
HSV(B) 289.78º 0.82% 0.87% -
XYZ 35.85 18.12 71.42 -
YUV 106.9 193.53 188.7 -
System Red Green Blue C M Y K H S L
Decimal 192 41 223 0.14 0.82 0 0.13 289.78 0.74 0.52
Hex C0 29 DF E 52 0 D 122 4A 34
Octal 300 51 337 16 122 0 15 442 112 64
Binary 11000000 101001 11011111 1110 1010010 0 1101 100100010 1001010 110100

Color Harmonies of #C029DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C029DF

Black with #C029DF

Text Example


Text Example

White with #C029DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C029DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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