Html Css Color HEX #C454DC Medium Orchid

📋 copy color: '#C454DC'

red 196 ◦ green 84 ◦ blue 220

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

Shades of Medium Orchid #C454DC

Tints of Medium Orchid #C454DC

RGB

 RED value IS 196 (76.95% from 255) = 39.2%

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

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

R = 39.2%
G = 16.8%
B = 44%

CMYK

 C value IS 0.11

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C454DC (or 0xC454DC) is known color: Medium Orchid. HEX triplet: C4, 54 and DC. RGB value is (196,84,220). Sum of RGB (Red+Green+Blue) = 196+84+220=500 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.2% from 500); Green value is 84 (33.20% from 255 or 16.8% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #C454DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C454DC is #3BAB23. Grayscale: #848484. Windows color (decimal): -3910436 or 14439620. OLE color: 14439620.

HSL color Cylindrical-coordinate representation of color #C454DC: hue angle of 289.41º 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 #C454DC is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 84 220 -
CMYK 0.11 0.62 0 0.14
HSL 289.41º 0.66% 0.6% -
HSV(B) 289.41º 0.62% 0.86% -
XYZ 38.85 23.24 70.15 -
YUV 132.99 177.11 172.94 -
System Red Green Blue C M Y K H S L
Decimal 196 84 220 0.11 0.62 0 0.14 289.41 0.66 0.6
Hex C4 54 DC B 3E 0 E 121 42 3C
Octal 304 124 334 13 76 0 16 441 102 74
Binary 11000100 1010100 11011100 1011 111110 0 1110 100100001 1000010 111100

Color Harmonies of #C454DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C454DC

Black with #C454DC

Text Example


Text Example

White with #C454DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C454DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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