Html Css Color HEX #C12DCF Medium Orchid

📋 copy color: '#C12DCF'

red 193 ◦ green 45 ◦ blue 207

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

Shades of Medium Orchid #C12DCF

Tints of Medium Orchid #C12DCF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.11%

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

R = 43.37%
G = 10.11%
B = 46.52%

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

#C12DCF (or 0xC12DCF) is known color: Medium Orchid. HEX triplet: C1, 2D and CF. RGB value is (193,45,207). Sum of RGB (Red+Green+Blue) = 193+45+207=445 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.37% from 445); Green value is 45 (17.97% from 255 or 10.11% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #C12DCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12DCF is #3ED230. Grayscale: #6B6B6B. Windows color (decimal): -4117041 or 13577665. OLE color: 13577665.

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

Color convert

RGB 193 45 207 -
CMYK 0.07 0.78 0 0.19
HSL 294.81º 0.64% 0.49% -
HSV(B) 294.81º 0.78% 0.81% -
XYZ 34.19 17.72 60.65 -
YUV 107.72 184.03 188.83 -
System Red Green Blue C M Y K H S L
Decimal 193 45 207 0.07 0.78 0 0.19 294.81 0.64 0.49
Hex C1 2D CF 7 4E 0 13 127 40 31
Octal 301 55 317 7 116 0 23 447 100 61
Binary 11000001 101101 11001111 111 1001110 0 10011 100100111 1000000 110001

Color Harmonies of #C12DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12DCF

Black with #C12DCF

Text Example


Text Example

White with #C12DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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