Html Css Color HEX #C12DEB Medium Orchid

📋 copy color: '#C12DEB'

red 193 ◦ green 45 ◦ blue 235

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

Shades of Medium Orchid #C12DEB

Tints of Medium Orchid #C12DEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.68%

R = 40.8%
G = 9.51%
B = 49.68%

CMYK

 C value IS 0.18

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C12DEB (or 0xC12DEB) is known color: Medium Orchid. HEX triplet: C1, 2D and EB. RGB value is (193,45,235). Sum of RGB (Red+Green+Blue) = 193+45+235=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 45 (17.97% from 255 or 9.51% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 235 - color contains mainly: blue. Hex color #C12DEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C12DEB is #3ED214. Grayscale: #6E6E6E. Windows color (decimal): -4117013 or 15412673. OLE color: 15412673.

HSL color Cylindrical-coordinate representation of color #C12DEB: hue angle of 286.74º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C12DEB is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 45 235 -
CMYK 0.18 0.81 0 0.08
HSL 286.74º 0.83% 0.55% -
HSV(B) 286.74º 0.81% 0.92% -
XYZ 37.93 19.21 80.31 -
YUV 110.91 198.03 186.55 -
System Red Green Blue C M Y K H S L
Decimal 193 45 235 0.18 0.81 0 0.08 286.74 0.83 0.55
Hex C1 2D EB 12 51 0 8 11F 53 37
Octal 301 55 353 22 121 0 10 437 123 67
Binary 11000001 101101 11101011 10010 1010001 0 1000 100011111 1010011 110111

Color Harmonies of #C12DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12DEB

Black with #C12DEB

Text Example


Text Example

White with #C12DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12DEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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