Html Css Color HEX #C455D8 Medium Orchid

📋 copy color: '#C455D8'

red 196 ◦ green 85 ◦ blue 216

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

Shades of Medium Orchid #C455D8

Tints of Medium Orchid #C455D8

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.1%

 BLUE value IS 216 (84.77% from 255) = 43.46%

R = 39.44%
G = 17.1%
B = 43.46%

CMYK

 C value IS 0.09

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C455D8 (or 0xC455D8) is known color: Medium Orchid. HEX triplet: C4, 55 and D8. RGB value is (196,85,216). Sum of RGB (Red+Green+Blue) = 196+85+216=497 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.44% from 497); Green value is 85 (33.59% from 255 or 17.10% from 497); Blue value is 216 (84.77% from 255 or 43.46% from 497); Max value from RGB is 216 - color contains mainly: blue. Hex color #C455D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C455D8 is #3BAA27. Grayscale: #848484. Windows color (decimal): -3910184 or 14177732. OLE color: 14177732.

HSL color Cylindrical-coordinate representation of color #C455D8: hue angle of 290.84º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C455D8 is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 196 85 216 -
CMYK 0.09 0.61 0 0.15
HSL 290.84º 0.63% 0.59% -
HSV(B) 290.84º 0.61% 0.85% -
XYZ 38.41 23.19 67.42 -
YUV 133.12 174.77 172.85 -
System Red Green Blue C M Y K H S L
Decimal 196 85 216 0.09 0.61 0 0.15 290.84 0.63 0.59
Hex C4 55 D8 9 3D 0 F 123 3F 3B
Octal 304 125 330 11 75 0 17 443 77 73
Binary 11000100 1010101 11011000 1001 111101 0 1111 100100011 111111 111011

Color Harmonies of #C455D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C455D8

Black with #C455D8

Text Example


Text Example

White with #C455D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C455D8; }

 p { color: rgb(196,85,216); }

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

background-color css

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

 a { background-color: rgb(196,85,216); }

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

border-color css

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

 span { border-color: rgb(196,85,216); }

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