Html Css Color HEX #C12FD2 Medium Orchid

📋 copy color: '#C12FD2'

red 193 ◦ green 47 ◦ blue 210

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

Shades of Medium Orchid #C12FD2

Tints of Medium Orchid #C12FD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 46.67%

R = 42.89%
G = 10.44%
B = 46.67%

CMYK

 C value IS 0.08

 M value IS 0.78

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C12FD2 (or 0xC12FD2) is known color: Medium Orchid. HEX triplet: C1, 2F and D2. RGB value is (193,47,210). Sum of RGB (Red+Green+Blue) = 193+47+210=450 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.89% from 450); Green value is 47 (18.75% from 255 or 10.44% from 450); Blue value is 210 (82.42% from 255 or 46.67% from 450); Max value from RGB is 210 - color contains mainly: blue. Hex color #C12FD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12FD2 is #3ED02D. Grayscale: #6C6C6C. Windows color (decimal): -4116526 or 13774785. OLE color: 13774785.

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

Color convert

RGB 193 47 210 -
CMYK 0.08 0.78 0 0.18
HSL 293.74º 0.64% 0.5% -
HSV(B) 293.74º 0.78% 0.82% -
XYZ 34.64 18.02 62.63 -
YUV 109.24 184.87 187.75 -
System Red Green Blue C M Y K H S L
Decimal 193 47 210 0.08 0.78 0 0.18 293.74 0.64 0.5
Hex C1 2F D2 8 4E 0 12 126 40 32
Octal 301 57 322 10 116 0 22 446 100 62
Binary 11000001 101111 11010010 1000 1001110 0 10010 100100110 1000000 110010

Color Harmonies of #C12FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12FD2

Black with #C12FD2

Text Example


Text Example

White with #C12FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12FD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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