Html Css Color HEX #C154FC Medium Orchid

📋 copy color: '#C154FC'

red 193 ◦ green 84 ◦ blue 252

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

Shades of Medium Orchid #C154FC

Tints of Medium Orchid #C154FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.64%

R = 36.48%
G = 15.88%
B = 47.64%

CMYK

 C value IS 0.23

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C154FC (or 0xC154FC) is known color: Medium Orchid. HEX triplet: C1, 54 and FC. RGB value is (193,84,252). Sum of RGB (Red+Green+Blue) = 193+84+252=529 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.48% from 529); Green value is 84 (33.20% from 255 or 15.88% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #C154FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C154FC is #3EAB03. Grayscale: #878787. Windows color (decimal): -4107012 or 16536769. OLE color: 16536769.

HSL color Cylindrical-coordinate representation of color #C154FC: hue angle of 278.93º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C154FC is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 193 84 252 -
CMYK 0.23 0.67 0 0.01
HSL 278.93º 0.97% 0.66% -
HSV(B) 278.93º 0.67% 0.99% -
XYZ 42.73 24.71 94.61 -
YUV 135.74 193.61 168.84 -
System Red Green Blue C M Y K H S L
Decimal 193 84 252 0.23 0.67 0 0.01 278.93 0.97 0.66
Hex C1 54 FC 17 43 0 1 117 61 42
Octal 301 124 374 27 103 0 1 427 141 102
Binary 11000001 1010100 11111100 10111 1000011 0 1 100010111 1100001 1000010

Color Harmonies of #C154FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C154FC

Black with #C154FC

Text Example


Text Example

White with #C154FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C154FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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