Html Css Color HEX #C149FD Medium Orchid

📋 copy color: '#C149FD'

red 193 ◦ green 73 ◦ blue 253

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

Shades of Medium Orchid #C149FD

Tints of Medium Orchid #C149FD

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.07%

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

R = 37.19%
G = 14.07%
B = 48.75%

CMYK

 C value IS 0.24

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C149FD (or 0xC149FD) is known color: Medium Orchid. HEX triplet: C1, 49 and FD. RGB value is (193,73,253). Sum of RGB (Red+Green+Blue) = 193+73+253=519 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.19% from 519); Green value is 73 (28.91% from 255 or 14.07% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #C149FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C149FD is #3EB602. Grayscale: #808080. Windows color (decimal): -4109827 or 16599489. OLE color: 16599489.

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

Color convert

RGB 193 73 253 -
CMYK 0.24 0.71 0 0.01
HSL 280º 0.98% 0.64% -
HSV(B) 280º 0.71% 0.99% -
XYZ 42.1 23.19 95.19 -
YUV 129.4 197.76 173.36 -
System Red Green Blue C M Y K H S L
Decimal 193 73 253 0.24 0.71 0 0.01 280 0.98 0.64
Hex C1 49 FD 18 47 0 1 118 62 40
Octal 301 111 375 30 107 0 1 430 142 100
Binary 11000001 1001001 11111101 11000 1000111 0 1 100011000 1100010 1000000

Color Harmonies of #C149FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C149FD

Black with #C149FD

Text Example


Text Example

White with #C149FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C149FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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