Html Css Color HEX #C12BE0 Medium Orchid

📋 copy color: '#C12BE0'

red 193 ◦ green 43 ◦ blue 224

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

Shades of Medium Orchid #C12BE0

Tints of Medium Orchid #C12BE0

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.35%

 BLUE value IS 224 (87.89% from 255) = 48.7%

R = 41.96%
G = 9.35%
B = 48.7%

CMYK

 C value IS 0.14

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C12BE0 (or 0xC12BE0) is known color: Medium Orchid. HEX triplet: C1, 2B and E0. RGB value is (193,43,224). Sum of RGB (Red+Green+Blue) = 193+43+224=460 (60% of max value = 765). Red value is 193 (75.78% from 255 or 41.96% from 460); Green value is 43 (17.19% from 255 or 9.35% from 460); Blue value is 224 (87.89% from 255 or 48.70% from 460); Max value from RGB is 224 - color contains mainly: blue. Hex color #C12BE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12BE0 is #3ED41F. Grayscale: #6B6B6B. Windows color (decimal): -4117536 or 14691265. OLE color: 14691265.

HSL color Cylindrical-coordinate representation of color #C12BE0: hue angle of 289.72º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C12BE0 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 193 43 224 -
CMYK 0.14 0.81 0 0.12
HSL 289.72º 0.74% 0.52% -
HSV(B) 289.72º 0.81% 0.88% -
XYZ 36.31 18.45 72.17 -
YUV 108.48 193.2 188.28 -
System Red Green Blue C M Y K H S L
Decimal 193 43 224 0.14 0.81 0 0.12 289.72 0.74 0.52
Hex C1 2B E0 E 51 0 C 122 4A 34
Octal 301 53 340 16 121 0 14 442 112 64
Binary 11000001 101011 11100000 1110 1010001 0 1100 100100010 1001010 110100

Color Harmonies of #C12BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12BE0

Black with #C12BE0

Text Example


Text Example

White with #C12BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12BE0; }

 p { color: rgb(193,43,224); }

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

background-color css

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

 a { background-color: rgb(193,43,224); }

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

border-color css

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

 span { border-color: rgb(193,43,224); }

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