Html Css Color HEX #C12DE9 Medium Orchid

📋 copy color: '#C12DE9'

red 193 ◦ green 45 ◦ blue 233

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

Shades of Medium Orchid #C12DE9

Tints of Medium Orchid #C12DE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 49.47%

R = 40.98%
G = 9.55%
B = 49.47%

CMYK

 C value IS 0.17

 M value IS 0.81

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C12DE9 (or 0xC12DE9) is known color: Medium Orchid. HEX triplet: C1, 2D and E9. RGB value is (193,45,233). Sum of RGB (Red+Green+Blue) = 193+45+233=471 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.98% from 471); Green value is 45 (17.97% from 255 or 9.55% from 471); Blue value is 233 (91.41% from 255 or 49.47% from 471); Max value from RGB is 233 - color contains mainly: blue. Hex color #C12DE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C12DE9 is #3ED216. Grayscale: #6E6E6E. Windows color (decimal): -4117015 or 15281601. OLE color: 15281601.

HSL color Cylindrical-coordinate representation of color #C12DE9: hue angle of 287.23º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C12DE9 is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 193 45 233 -
CMYK 0.17 0.81 0 0.09
HSL 287.23º 0.81% 0.55% -
HSV(B) 287.23º 0.81% 0.91% -
XYZ 37.64 19.1 78.79 -
YUV 110.68 197.03 186.71 -
System Red Green Blue C M Y K H S L
Decimal 193 45 233 0.17 0.81 0 0.09 287.23 0.81 0.55
Hex C1 2D E9 11 51 0 9 11F 51 37
Octal 301 55 351 21 121 0 11 437 121 67
Binary 11000001 101101 11101001 10001 1010001 0 1001 100011111 1010001 110111

Color Harmonies of #C12DE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12DE9

Black with #C12DE9

Text Example


Text Example

White with #C12DE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12DE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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