Html Css Color HEX #C154F9 Medium Orchid

📋 copy color: '#C154F9'

red 193 ◦ green 84 ◦ blue 249

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

Shades of Medium Orchid #C154F9

Tints of Medium Orchid #C154F9

RGB

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

 GREEN value IS 84 (33.2% from 255) = 15.97%

 BLUE value IS 249 (97.66% from 255) = 47.34%

R = 36.69%
G = 15.97%
B = 47.34%

CMYK

 C value IS 0.22

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C154F9 (or 0xC154F9) is known color: Medium Orchid. HEX triplet: C1, 54 and F9. RGB value is (193,84,249). Sum of RGB (Red+Green+Blue) = 193+84+249=526 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.69% from 526); Green value is 84 (33.20% from 255 or 15.97% from 526); Blue value is 249 (97.66% from 255 or 47.34% from 526); Max value from RGB is 249 - color contains mainly: blue. Hex color #C154F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C154F9 is #3EAB06. Grayscale: #868686. Windows color (decimal): -4107015 or 16340161. OLE color: 16340161.

HSL color Cylindrical-coordinate representation of color #C154F9: hue angle of 279.64º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C154F9 is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 84 249 -
CMYK 0.22 0.66 0 0.02
HSL 279.64º 0.93% 0.65% -
HSV(B) 279.64º 0.66% 0.98% -
XYZ 42.26 24.52 92.13 -
YUV 135.4 192.11 169.08 -
System Red Green Blue C M Y K H S L
Decimal 193 84 249 0.22 0.66 0 0.02 279.64 0.93 0.65
Hex C1 54 F9 16 42 0 2 118 5D 41
Octal 301 124 371 26 102 0 2 430 135 101
Binary 11000001 1010100 11111001 10110 1000010 0 10 100011000 1011101 1000001

Color Harmonies of #C154F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C154F9

Black with #C154F9

Text Example


Text Example

White with #C154F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C154F9; }

 p { color: rgb(193,84,249); }

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

background-color css

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

 a { background-color: rgb(193,84,249); }

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

border-color css

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

 span { border-color: rgb(193,84,249); }

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