Html Css Color HEX #C034DE Medium Orchid

📋 copy color: '#C034DE'

red 192 ◦ green 52 ◦ blue 222

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

Shades of Medium Orchid #C034DE

Tints of Medium Orchid #C034DE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.16%

 BLUE value IS 222 (87.11% from 255) = 47.64%

R = 41.2%
G = 11.16%
B = 47.64%

CMYK

 C value IS 0.14

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C034DE (or 0xC034DE) is known color: Medium Orchid. HEX triplet: C0, 34 and DE. RGB value is (192,52,222). Sum of RGB (Red+Green+Blue) = 192+52+222=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 52 (20.70% from 255 or 11.16% from 466); Blue value is 222 (87.11% from 255 or 47.64% from 466); Max value from RGB is 222 - color contains mainly: blue. Hex color #C034DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C034DE is #3FCB21. Grayscale: #707070. Windows color (decimal): -4180770 or 14562496. OLE color: 14562496.

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

Color convert

RGB 192 52 222 -
CMYK 0.14 0.77 0 0.13
HSL 289.41º 0.72% 0.54% -
HSV(B) 289.41º 0.77% 0.87% -
XYZ 36.15 18.94 70.86 -
YUV 113.24 189.38 184.18 -
System Red Green Blue C M Y K H S L
Decimal 192 52 222 0.14 0.77 0 0.13 289.41 0.72 0.54
Hex C0 34 DE E 4D 0 D 121 48 36
Octal 300 64 336 16 115 0 15 441 110 66
Binary 11000000 110100 11011110 1110 1001101 0 1101 100100001 1001000 110110

Color Harmonies of #C034DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C034DE

Black with #C034DE

Text Example


Text Example

White with #C034DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C034DE; }

 p { color: rgb(192,52,222); }

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

background-color css

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

 a { background-color: rgb(192,52,222); }

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

border-color css

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

 span { border-color: rgb(192,52,222); }

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