Html Css Color HEX #C12FEA Medium Orchid

📋 copy color: '#C12FEA'

red 193 ◦ green 47 ◦ blue 234

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

Shades of Medium Orchid #C12FEA

Tints of Medium Orchid #C12FEA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.92%

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

R = 40.72%
G = 9.92%
B = 49.37%

CMYK

 C value IS 0.18

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C12FEA (or 0xC12FEA) is known color: Medium Orchid. HEX triplet: C1, 2F and EA. RGB value is (193,47,234). Sum of RGB (Red+Green+Blue) = 193+47+234=474 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.72% from 474); Green value is 47 (18.75% from 255 or 9.92% 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 #C12FEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C12FEA is #3ED015. Grayscale: #6F6F6F. Windows color (decimal): -4116502 or 15347649. OLE color: 15347649.

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

Color convert

RGB 193 47 234 -
CMYK 0.18 0.80 0 0.08
HSL 286.84º 0.82% 0.55% -
HSV(B) 286.84º 0.8% 0.92% -
XYZ 37.86 19.31 79.57 -
YUV 111.97 196.87 185.79 -
System Red Green Blue C M Y K H S L
Decimal 193 47 234 0.18 0.80 0 0.08 286.84 0.82 0.55
Hex C1 2F EA 12 50 0 8 11F 52 37
Octal 301 57 352 22 120 0 10 437 122 67
Binary 11000001 101111 11101010 10010 1010000 0 1000 100011111 1010010 110111

Color Harmonies of #C12FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12FEA

Black with #C12FEA

Text Example


Text Example

White with #C12FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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