Html Css Color HEX #C034EB Medium Orchid

📋 copy color: '#C034EB'

red 192 ◦ green 52 ◦ blue 235

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

Shades of Medium Orchid #C034EB

Tints of Medium Orchid #C034EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.06%

R = 40.08%
G = 10.86%
B = 49.06%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C034EB (or 0xC034EB) is known color: Medium Orchid. HEX triplet: C0, 34 and EB. RGB value is (192,52,235). Sum of RGB (Red+Green+Blue) = 192+52+235=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 52 (20.70% from 255 or 10.86% from 479); Blue value is 235 (92.19% from 255 or 49.06% from 479); Max value from RGB is 235 - color contains mainly: blue. Hex color #C034EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C034EB is #3FCB14. Grayscale: #727272. Windows color (decimal): -4180757 or 15414464. OLE color: 15414464.

HSL color Cylindrical-coordinate representation of color #C034EB: hue angle of 285.9º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C034EB is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 52 235 -
CMYK 0.18 0.78 0 0.08
HSL 285.9º 0.82% 0.56% -
HSV(B) 285.9º 0.78% 0.92% -
XYZ 37.96 19.66 80.39 -
YUV 114.72 195.88 183.12 -
System Red Green Blue C M Y K H S L
Decimal 192 52 235 0.18 0.78 0 0.08 285.9 0.82 0.56
Hex C0 34 EB 12 4E 0 8 11E 52 38
Octal 300 64 353 22 116 0 10 436 122 70
Binary 11000000 110100 11101011 10010 1001110 0 1000 100011110 1010010 111000

Color Harmonies of #C034EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C034EB

Black with #C034EB

Text Example


Text Example

White with #C034EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C034EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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