Html Css Color HEX #C154DC Medium Orchid

📋 copy color: '#C154DC'

red 193 ◦ green 84 ◦ blue 220

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

Shades of Medium Orchid #C154DC

Tints of Medium Orchid #C154DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.27%

R = 38.83%
G = 16.9%
B = 44.27%

CMYK

 C value IS 0.12

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C154DC (or 0xC154DC) is known color: Medium Orchid. HEX triplet: C1, 54 and DC. RGB value is (193,84,220). Sum of RGB (Red+Green+Blue) = 193+84+220=497 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.83% from 497); Green value is 84 (33.20% from 255 or 16.90% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #C154DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C154DC is #3EAB23. Grayscale: #838383. Windows color (decimal): -4107044 or 14439617. OLE color: 14439617.

HSL color Cylindrical-coordinate representation of color #C154DC: hue angle of 288.09º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C154DC is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 84 220 -
CMYK 0.12 0.62 0 0.14
HSL 288.09º 0.66% 0.6% -
HSV(B) 288.09º 0.62% 0.86% -
XYZ 38.08 22.85 70.11 -
YUV 132.1 177.61 171.44 -
System Red Green Blue C M Y K H S L
Decimal 193 84 220 0.12 0.62 0 0.14 288.09 0.66 0.6
Hex C1 54 DC C 3E 0 E 120 42 3C
Octal 301 124 334 14 76 0 16 440 102 74
Binary 11000001 1010100 11011100 1100 111110 0 1110 100100000 1000010 111100

Color Harmonies of #C154DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C154DC

Black with #C154DC

Text Example


Text Example

White with #C154DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C154DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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