Html Css Color HEX #C145DF Medium Orchid

📋 copy color: '#C145DF'

red 193 ◦ green 69 ◦ blue 223

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

Shades of Medium Orchid #C145DF

Tints of Medium Orchid #C145DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.98%

R = 39.79%
G = 14.23%
B = 45.98%

CMYK

 C value IS 0.13

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C145DF (or 0xC145DF) is known color: Medium Orchid. HEX triplet: C1, 45 and DF. RGB value is (193,69,223). Sum of RGB (Red+Green+Blue) = 193+69+223=485 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.79% from 485); Green value is 69 (27.34% from 255 or 14.23% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #C145DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C145DF is #3EBA20. Grayscale: #7B7B7B. Windows color (decimal): -4110881 or 14632385. OLE color: 14632385.

HSL color Cylindrical-coordinate representation of color #C145DF: hue angle of 288.31º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C145DF is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 69 223 -
CMYK 0.13 0.69 0 0.13
HSL 288.31º 0.71% 0.57% -
HSV(B) 288.31º 0.69% 0.87% -
XYZ 37.44 20.92 71.88 -
YUV 123.63 184.08 177.48 -
System Red Green Blue C M Y K H S L
Decimal 193 69 223 0.13 0.69 0 0.13 288.31 0.71 0.57
Hex C1 45 DF D 45 0 D 120 47 39
Octal 301 105 337 15 105 0 15 440 107 71
Binary 11000001 1000101 11011111 1101 1000101 0 1101 100100000 1000111 111001

Color Harmonies of #C145DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C145DF

Black with #C145DF

Text Example


Text Example

White with #C145DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C145DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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