Html Css Color HEX #C145D6 Medium Orchid

📋 copy color: '#C145D6'

red 193 ◦ green 69 ◦ blue 214

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

Shades of Medium Orchid #C145D6

Tints of Medium Orchid #C145D6

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.5%

 BLUE value IS 214 (83.98% from 255) = 44.96%

R = 40.55%
G = 14.5%
B = 44.96%

CMYK

 C value IS 0.10

 M value IS 0.68

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C145D6 (or 0xC145D6) is known color: Medium Orchid. HEX triplet: C1, 45 and D6. RGB value is (193,69,214). Sum of RGB (Red+Green+Blue) = 193+69+214=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 69 (27.34% from 255 or 14.50% from 476); Blue value is 214 (83.98% from 255 or 44.96% from 476); Max value from RGB is 214 - color contains mainly: blue. Hex color #C145D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C145D6 is #3EBA29. Grayscale: #7A7A7A. Windows color (decimal): -4110890 or 14042561. OLE color: 14042561.

HSL color Cylindrical-coordinate representation of color #C145D6: hue angle of 291.31º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C145D6 is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 193 69 214 -
CMYK 0.10 0.68 0 0.16
HSL 291.31º 0.64% 0.55% -
HSV(B) 291.31º 0.68% 0.84% -
XYZ 36.26 20.45 65.65 -
YUV 122.61 179.58 178.21 -
System Red Green Blue C M Y K H S L
Decimal 193 69 214 0.10 0.68 0 0.16 291.31 0.64 0.55
Hex C1 45 D6 A 44 0 10 123 40 37
Octal 301 105 326 12 104 0 20 443 100 67
Binary 11000001 1000101 11010110 1010 1000100 0 10000 100100011 1000000 110111

Color Harmonies of #C145D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C145D6

Black with #C145D6

Text Example


Text Example

White with #C145D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C145D6; }

 p { color: rgb(193,69,214); }

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

background-color css

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

 a { background-color: rgb(193,69,214); }

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

border-color css

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

 span { border-color: rgb(193,69,214); }

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