Html Css Color HEX #C154EF Medium Orchid

📋 copy color: '#C154EF'

red 193 ◦ green 84 ◦ blue 239

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

Shades of Medium Orchid #C154EF

Tints of Medium Orchid #C154EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.32%

R = 37.4%
G = 16.28%
B = 46.32%

CMYK

 C value IS 0.19

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C154EF (or 0xC154EF) is known color: Medium Orchid. HEX triplet: C1, 54 and EF. RGB value is (193,84,239). Sum of RGB (Red+Green+Blue) = 193+84+239=516 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.40% from 516); Green value is 84 (33.20% from 255 or 16.28% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 239 - color contains mainly: blue. Hex color #C154EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C154EF is #3EAB10. Grayscale: #858585. Windows color (decimal): -4107025 or 15684801. OLE color: 15684801.

HSL color Cylindrical-coordinate representation of color #C154EF: hue angle of 282.19º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C154EF is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 193 84 239 -
CMYK 0.19 0.65 0 0.06
HSL 282.19º 0.83% 0.63% -
HSV(B) 282.19º 0.65% 0.94% -
XYZ 40.74 23.91 84.13 -
YUV 134.26 187.11 169.9 -
System Red Green Blue C M Y K H S L
Decimal 193 84 239 0.19 0.65 0 0.06 282.19 0.83 0.63
Hex C1 54 EF 13 41 0 6 11A 53 3F
Octal 301 124 357 23 101 0 6 432 123 77
Binary 11000001 1010100 11101111 10011 1000001 0 110 100011010 1010011 111111

Color Harmonies of #C154EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C154EF

Black with #C154EF

Text Example


Text Example

White with #C154EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C154EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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