Html Css Color HEX #C145FB Medium Orchid

📋 copy color: '#C145FB'

red 193 ◦ green 69 ◦ blue 251

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

Shades of Medium Orchid #C145FB

Tints of Medium Orchid #C145FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.93%

R = 37.62%
G = 13.45%
B = 48.93%

CMYK

 C value IS 0.23

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C145FB (or 0xC145FB) is known color: Medium Orchid. HEX triplet: C1, 45 and FB. RGB value is (193,69,251). Sum of RGB (Red+Green+Blue) = 193+69+251=513 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.62% from 513); Green value is 69 (27.34% from 255 or 13.45% from 513); Blue value is 251 (98.44% from 255 or 48.93% from 513); Max value from RGB is 251 - color contains mainly: blue. Hex color #C145FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C145FB is #3EBA04. Grayscale: #7E7E7E. Windows color (decimal): -4110853 or 16467393. OLE color: 16467393.

HSL color Cylindrical-coordinate representation of color #C145FB: hue angle of 280.88º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C145FB is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 69 251 -
CMYK 0.23 0.73 0 0.02
HSL 280.88º 0.96% 0.63% -
HSV(B) 280.88º 0.73% 0.98% -
XYZ 41.53 22.56 93.43 -
YUV 126.82 198.08 175.2 -
System Red Green Blue C M Y K H S L
Decimal 193 69 251 0.23 0.73 0 0.02 280.88 0.96 0.63
Hex C1 45 FB 17 49 0 2 119 60 3F
Octal 301 105 373 27 111 0 2 431 140 77
Binary 11000001 1000101 11111011 10111 1001001 0 10 100011001 1100000 111111

Color Harmonies of #C145FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C145FB

Black with #C145FB

Text Example


Text Example

White with #C145FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C145FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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