Html Css Color HEX #C144FB Medium Orchid

📋 copy color: '#C144FB'

red 193 ◦ green 68 ◦ blue 251

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

Shades of Medium Orchid #C144FB

Tints of Medium Orchid #C144FB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.28%

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

R = 37.7%
G = 13.28%
B = 49.02%

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

#C144FB (or 0xC144FB) is known color: Medium Orchid. HEX triplet: C1, 44 and FB. RGB value is (193,68,251). Sum of RGB (Red+Green+Blue) = 193+68+251=512 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.70% from 512); Green value is 68 (26.95% from 255 or 13.28% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #C144FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C144FB is #3EBB04. Grayscale: #7D7D7D. Windows color (decimal): -4111109 or 16467137. OLE color: 16467137.

HSL color Cylindrical-coordinate representation of color #C144FB: hue angle of 280.98º 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 #C144FB is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 68 251 -
CMYK 0.23 0.73 0 0.02
HSL 280.98º 0.96% 0.63% -
HSV(B) 280.98º 0.73% 0.98% -
XYZ 41.47 22.44 93.41 -
YUV 126.24 198.41 175.62 -
System Red Green Blue C M Y K H S L
Decimal 193 68 251 0.23 0.73 0 0.02 280.98 0.96 0.63
Hex C1 44 FB 17 49 0 2 119 60 3F
Octal 301 104 373 27 111 0 2 431 140 77
Binary 11000001 1000100 11111011 10111 1001001 0 10 100011001 1100000 111111

Color Harmonies of #C144FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C144FB

Black with #C144FB

Text Example


Text Example

White with #C144FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C144FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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