Html Css Color HEX #C144FD Medium Orchid

📋 copy color: '#C144FD'

red 193 ◦ green 68 ◦ blue 253

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

Shades of Medium Orchid #C144FD

Tints of Medium Orchid #C144FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.22%

R = 37.55%
G = 13.23%
B = 49.22%

CMYK

 C value IS 0.24

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C144FD (or 0xC144FD) is known color: Medium Orchid. HEX triplet: C1, 44 and FD. RGB value is (193,68,253). Sum of RGB (Red+Green+Blue) = 193+68+253=514 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.55% from 514); Green value is 68 (26.95% from 255 or 13.23% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #C144FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C144FD is #3EBB02. Grayscale: #7D7D7D. Windows color (decimal): -4111107 or 16598209. OLE color: 16598209.

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

Color convert

RGB 193 68 253 -
CMYK 0.24 0.73 0 0.01
HSL 280.54º 0.98% 0.63% -
HSV(B) 280.54º 0.73% 0.99% -
XYZ 41.79 22.56 95.08 -
YUV 126.47 199.41 175.46 -
System Red Green Blue C M Y K H S L
Decimal 193 68 253 0.24 0.73 0 0.01 280.54 0.98 0.63
Hex C1 44 FD 18 49 0 1 119 62 3F
Octal 301 104 375 30 111 0 1 431 142 77
Binary 11000001 1000100 11111101 11000 1001001 0 1 100011001 1100010 111111

Color Harmonies of #C144FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C144FD

Black with #C144FD

Text Example


Text Example

White with #C144FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C144FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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