Html Css Color HEX #C12CEB Medium Orchid

📋 copy color: '#C12CEB'

red 193 ◦ green 44 ◦ blue 235

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

Shades of Medium Orchid #C12CEB

Tints of Medium Orchid #C12CEB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.32%

 BLUE value IS 235 (92.19% from 255) = 49.79%

R = 40.89%
G = 9.32%
B = 49.79%

CMYK

 C value IS 0.18

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C12CEB (or 0xC12CEB) is known color: Medium Orchid. HEX triplet: C1, 2C and EB. RGB value is (193,44,235). Sum of RGB (Red+Green+Blue) = 193+44+235=472 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.89% from 472); Green value is 44 (17.58% from 255 or 9.32% from 472); Blue value is 235 (92.19% from 255 or 49.79% from 472); Max value from RGB is 235 - color contains mainly: blue. Hex color #C12CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C12CEB is #3ED314. Grayscale: #6D6D6D. Windows color (decimal): -4117269 or 15412417. OLE color: 15412417.

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

Color convert

RGB 193 44 235 -
CMYK 0.18 0.81 0 0.08
HSL 286.81º 0.83% 0.55% -
HSV(B) 286.81º 0.81% 0.92% -
XYZ 37.89 19.14 80.29 -
YUV 110.33 198.36 186.97 -
System Red Green Blue C M Y K H S L
Decimal 193 44 235 0.18 0.81 0 0.08 286.81 0.83 0.55
Hex C1 2C EB 12 51 0 8 11F 53 37
Octal 301 54 353 22 121 0 10 437 123 67
Binary 11000001 101100 11101011 10010 1010001 0 1000 100011111 1010011 110111

Color Harmonies of #C12CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12CEB

Black with #C12CEB

Text Example


Text Example

White with #C12CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12CEB; }

 p { color: rgb(193,44,235); }

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

background-color css

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

 a { background-color: rgb(193,44,235); }

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

border-color css

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

 span { border-color: rgb(193,44,235); }

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