Html Css Color HEX #C12BCF Medium Orchid

📋 copy color: '#C12BCF'

red 193 ◦ green 43 ◦ blue 207

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

Shades of Medium Orchid #C12BCF

Tints of Medium Orchid #C12BCF

RGB

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

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

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

R = 43.57%
G = 9.71%
B = 46.73%

CMYK

 C value IS 0.07

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C12BCF (or 0xC12BCF) is known color: Medium Orchid. HEX triplet: C1, 2B and CF. RGB value is (193,43,207). Sum of RGB (Red+Green+Blue) = 193+43+207=443 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.57% from 443); Green value is 43 (17.19% from 255 or 9.71% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #C12BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12BCF is #3ED430. Grayscale: #6A6A6A. Windows color (decimal): -4117553 or 13577153. OLE color: 13577153.

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

Color convert

RGB 193 43 207 -
CMYK 0.07 0.79 0 0.19
HSL 294.88º 0.66% 0.49% -
HSV(B) 294.88º 0.79% 0.81% -
XYZ 34.12 17.57 60.62 -
YUV 106.55 184.7 189.66 -
System Red Green Blue C M Y K H S L
Decimal 193 43 207 0.07 0.79 0 0.19 294.88 0.66 0.49
Hex C1 2B CF 7 4F 0 13 127 42 31
Octal 301 53 317 7 117 0 23 447 102 61
Binary 11000001 101011 11001111 111 1001111 0 10011 100100111 1000010 110001

Color Harmonies of #C12BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12BCF

Black with #C12BCF

Text Example


Text Example

White with #C12BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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