Html Css Color HEX #C130F2 Medium Orchid

📋 copy color: '#C130F2'

red 193 ◦ green 48 ◦ blue 242

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

Shades of Medium Orchid #C130F2

Tints of Medium Orchid #C130F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 50.1%

R = 39.96%
G = 9.94%
B = 50.1%

CMYK

 C value IS 0.20

 M value IS 0.80

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C130F2 (or 0xC130F2) is known color: Medium Orchid. HEX triplet: C1, 30 and F2. RGB value is (193,48,242). Sum of RGB (Red+Green+Blue) = 193+48+242=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 48 (19.14% from 255 or 9.94% from 483); Blue value is 242 (94.92% from 255 or 50.10% from 483); Max value from RGB is 242 - color contains mainly: blue. Hex color #C130F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C130F2 is #3ECF0D. Grayscale: #707070. Windows color (decimal): -4116238 or 15872193. OLE color: 15872193.

HSL color Cylindrical-coordinate representation of color #C130F2: hue angle of 284.85º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C130F2 is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 193 48 242 -
CMYK 0.20 0.80 0 0.05
HSL 284.85º 0.88% 0.57% -
HSV(B) 284.85º 0.8% 0.95% -
XYZ 39.08 19.86 85.78 -
YUV 113.47 200.54 184.73 -
System Red Green Blue C M Y K H S L
Decimal 193 48 242 0.20 0.80 0 0.05 284.85 0.88 0.57
Hex C1 30 F2 14 50 0 5 11D 58 39
Octal 301 60 362 24 120 0 5 435 130 71
Binary 11000001 110000 11110010 10100 1010000 0 101 100011101 1011000 111001

Color Harmonies of #C130F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C130F2

Black with #C130F2

Text Example


Text Example

White with #C130F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C130F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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