Html Css Color HEX #C12ECF Medium Orchid

📋 copy color: '#C12ECF'

red 193 ◦ green 46 ◦ blue 207

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

Shades of Medium Orchid #C12ECF

Tints of Medium Orchid #C12ECF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.31%

 BLUE value IS 207 (81.25% from 255) = 46.41%

R = 43.27%
G = 10.31%
B = 46.41%

CMYK

 C value IS 0.07

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C12ECF (or 0xC12ECF) is known color: Medium Orchid. HEX triplet: C1, 2E and CF. RGB value is (193,46,207). Sum of RGB (Red+Green+Blue) = 193+46+207=446 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.27% from 446); Green value is 46 (18.36% from 255 or 10.31% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #C12ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12ECF is #3ED130. Grayscale: #6B6B6B. Windows color (decimal): -4116785 or 13577921. OLE color: 13577921.

HSL color Cylindrical-coordinate representation of color #C12ECF: hue angle of 294.78º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C12ECF is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 46 207 -
CMYK 0.07 0.78 0 0.19
HSL 294.78º 0.64% 0.5% -
HSV(B) 294.78º 0.78% 0.81% -
XYZ 34.23 17.8 60.66 -
YUV 108.31 183.7 188.41 -
System Red Green Blue C M Y K H S L
Decimal 193 46 207 0.07 0.78 0 0.19 294.78 0.64 0.5
Hex C1 2E CF 7 4E 0 13 127 40 32
Octal 301 56 317 7 116 0 23 447 100 62
Binary 11000001 101110 11001111 111 1001110 0 10011 100100111 1000000 110010

Color Harmonies of #C12ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12ECF

Black with #C12ECF

Text Example


Text Example

White with #C12ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12ECF; }

 p { color: rgb(193,46,207); }

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

background-color css

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

 a { background-color: rgb(193,46,207); }

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

border-color css

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

 span { border-color: rgb(193,46,207); }

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