Html Css Color HEX #C030EA Medium Orchid

📋 copy color: '#C030EA'

red 192 ◦ green 48 ◦ blue 234

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

Shades of Medium Orchid #C030EA

Tints of Medium Orchid #C030EA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.13%

 BLUE value IS 234 (91.8% from 255) = 49.37%

R = 40.51%
G = 10.13%
B = 49.37%

CMYK

 C value IS 0.18

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C030EA (or 0xC030EA) is known color: Medium Orchid. HEX triplet: C0, 30 and EA. RGB value is (192,48,234). Sum of RGB (Red+Green+Blue) = 192+48+234=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 48 (19.14% from 255 or 10.13% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 234 - color contains mainly: blue. Hex color #C030EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C030EA is #3FCF15. Grayscale: #6F6F6F. Windows color (decimal): -4181782 or 15347904. OLE color: 15347904.

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

Color convert

RGB 192 48 234 -
CMYK 0.18 0.79 0 0.08
HSL 286.45º 0.82% 0.55% -
HSV(B) 286.45º 0.79% 0.92% -
XYZ 37.65 19.26 79.58 -
YUV 112.26 196.71 184.88 -
System Red Green Blue C M Y K H S L
Decimal 192 48 234 0.18 0.79 0 0.08 286.45 0.82 0.55
Hex C0 30 EA 12 4F 0 8 11E 52 37
Octal 300 60 352 22 117 0 10 436 122 67
Binary 11000000 110000 11101010 10010 1001111 0 1000 100011110 1010010 110111

Color Harmonies of #C030EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C030EA

Black with #C030EA

Text Example


Text Example

White with #C030EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C030EA; }

 p { color: rgb(192,48,234); }

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

background-color css

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

 a { background-color: rgb(192,48,234); }

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

border-color css

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

 span { border-color: rgb(192,48,234); }

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