Html Css Color HEX #C145FF Medium Orchid

📋 copy color: '#C145FF'

red 193 ◦ green 69 ◦ blue 255

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

Shades of Medium Orchid #C145FF

Tints of Medium Orchid #C145FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.32%

R = 37.33%
G = 13.35%
B = 49.32%

CMYK

 C value IS 0.24

 M value IS 0.73

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C145FF (or 0xC145FF) is known color: Medium Orchid. HEX triplet: C1, 45 and FF. RGB value is (193,69,255). Sum of RGB (Red+Green+Blue) = 193+69+255=517 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.33% from 517); Green value is 69 (27.34% from 255 or 13.35% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #C145FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C145FF is #3EBA00. Grayscale: #7E7E7E. Windows color (decimal): -4110849 or 16729537. OLE color: 16729537.

HSL color Cylindrical-coordinate representation of color #C145FF: hue angle of 280º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C145FF is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 193 69 255 -
CMYK 0.24 0.73 0 0
HSL 280º 1% 0.64% -
HSV(B) 280º 0.73% 1% -
XYZ 42.17 22.81 96.79 -
YUV 127.28 200.08 174.88 -
System Red Green Blue C M Y K H S L
Decimal 193 69 255 0.24 0.73 0 0 280 1 0.64
Hex C1 45 FF 18 49 0 0 118 64 40
Octal 301 105 377 30 111 0 0 430 144 100
Binary 11000001 1000101 11111111 11000 1001001 0 0 100011000 1100100 1000000

Color Harmonies of #C145FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C145FF

Black with #C145FF

Text Example


Text Example

White with #C145FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C145FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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