Html Css Color HEX #C030EF Medium Orchid

📋 copy color: '#C030EF'

red 192 ◦ green 48 ◦ blue 239

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

Shades of Medium Orchid #C030EF

Tints of Medium Orchid #C030EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.9%

R = 40.08%
G = 10.02%
B = 49.9%

CMYK

 C value IS 0.20

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C030EF (or 0xC030EF) is known color: Medium Orchid. HEX triplet: C0, 30 and EF. RGB value is (192,48,239). Sum of RGB (Red+Green+Blue) = 192+48+239=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 48 (19.14% from 255 or 10.02% from 479); Blue value is 239 (93.75% from 255 or 49.90% from 479); Max value from RGB is 239 - color contains mainly: blue. Hex color #C030EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C030EF is #3FCF10. Grayscale: #707070. Windows color (decimal): -4181777 or 15675584. OLE color: 15675584.

HSL color Cylindrical-coordinate representation of color #C030EF: hue angle of 285.24º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C030EF is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 192 48 239 -
CMYK 0.20 0.80 0 0.06
HSL 285.24º 0.86% 0.56% -
HSV(B) 285.24º 0.8% 0.94% -
XYZ 38.38 19.55 83.41 -
YUV 112.83 199.21 184.47 -
System Red Green Blue C M Y K H S L
Decimal 192 48 239 0.20 0.80 0 0.06 285.24 0.86 0.56
Hex C0 30 EF 14 50 0 6 11D 56 38
Octal 300 60 357 24 120 0 6 435 126 70
Binary 11000000 110000 11101111 10100 1010000 0 110 100011101 1010110 111000

Color Harmonies of #C030EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C030EF

Black with #C030EF

Text Example


Text Example

White with #C030EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C030EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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