Html Css Color HEX #C154FA Medium Orchid

📋 copy color: '#C154FA'

red 193 ◦ green 84 ◦ blue 250

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

Shades of Medium Orchid #C154FA

Tints of Medium Orchid #C154FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.44%

R = 36.62%
G = 15.94%
B = 47.44%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C154FA (or 0xC154FA) is known color: Medium Orchid. HEX triplet: C1, 54 and FA. RGB value is (193,84,250). Sum of RGB (Red+Green+Blue) = 193+84+250=527 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.62% from 527); Green value is 84 (33.20% from 255 or 15.94% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #C154FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C154FA is #3EAB05. Grayscale: #868686. Windows color (decimal): -4107014 or 16405697. OLE color: 16405697.

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

Color convert

RGB 193 84 250 -
CMYK 0.23 0.66 0 0.02
HSL 279.4º 0.94% 0.65% -
HSV(B) 279.4º 0.66% 0.98% -
XYZ 42.42 24.58 92.95 -
YUV 135.52 192.61 169 -
System Red Green Blue C M Y K H S L
Decimal 193 84 250 0.23 0.66 0 0.02 279.4 0.94 0.65
Hex C1 54 FA 17 42 0 2 117 5E 41
Octal 301 124 372 27 102 0 2 427 136 101
Binary 11000001 1010100 11111010 10111 1000010 0 10 100010111 1011110 1000001

Color Harmonies of #C154FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C154FA

Black with #C154FA

Text Example


Text Example

White with #C154FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C154FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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