Html Css Color HEX #C130EA Medium Orchid

📋 copy color: '#C130EA'

red 193 ◦ green 48 ◦ blue 234

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

Shades of Medium Orchid #C130EA

Tints of Medium Orchid #C130EA

RGB

 RED value IS 193 (75.78% from 255) = 40.63%

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

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

R = 40.63%
G = 10.11%
B = 49.26%

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

#C130EA (or 0xC130EA) is known color: Medium Orchid. HEX triplet: C1, 30 and EA. RGB value is (193,48,234). Sum of RGB (Red+Green+Blue) = 193+48+234=475 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.63% from 475); Green value is 48 (19.14% from 255 or 10.11% from 475); Blue value is 234 (91.80% from 255 or 49.26% from 475); Max value from RGB is 234 - color contains mainly: blue. Hex color #C130EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C130EA is #3ECF15. Grayscale: #6F6F6F. Windows color (decimal): -4116246 or 15347905. OLE color: 15347905.

HSL color Cylindrical-coordinate representation of color #C130EA: hue angle of 286.77º 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 #C130EA is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 48 234 -
CMYK 0.18 0.79 0 0.08
HSL 286.77º 0.82% 0.55% -
HSV(B) 286.77º 0.79% 0.92% -
XYZ 37.9 19.39 79.59 -
YUV 112.56 196.54 185.38 -
System Red Green Blue C M Y K H S L
Decimal 193 48 234 0.18 0.79 0 0.08 286.77 0.82 0.55
Hex C1 30 EA 12 4F 0 8 11F 52 37
Octal 301 60 352 22 117 0 10 437 122 67
Binary 11000001 110000 11101010 10010 1001111 0 1000 100011111 1010010 110111

Color Harmonies of #C130EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C130EA

Black with #C130EA

Text Example


Text Example

White with #C130EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C130EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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