Html Css Color HEX #C455DD Medium Orchid

📋 copy color: '#C455DD'

red 196 ◦ green 85 ◦ blue 221

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

Shades of Medium Orchid #C455DD

Tints of Medium Orchid #C455DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.02%

R = 39.04%
G = 16.93%
B = 44.02%

CMYK

 C value IS 0.11

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C455DD (or 0xC455DD) is known color: Medium Orchid. HEX triplet: C4, 55 and DD. RGB value is (196,85,221). Sum of RGB (Red+Green+Blue) = 196+85+221=502 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.04% from 502); Green value is 85 (33.59% from 255 or 16.93% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #C455DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C455DD is #3BAA22. Grayscale: #858585. Windows color (decimal): -3910179 or 14505412. OLE color: 14505412.

HSL color Cylindrical-coordinate representation of color #C455DD: hue angle of 288.97º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C455DD is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 85 221 -
CMYK 0.11 0.62 0 0.13
HSL 288.97º 0.67% 0.6% -
HSV(B) 288.97º 0.62% 0.87% -
XYZ 39.06 23.45 70.87 -
YUV 133.69 177.27 172.44 -
System Red Green Blue C M Y K H S L
Decimal 196 85 221 0.11 0.62 0 0.13 288.97 0.67 0.6
Hex C4 55 DD B 3E 0 D 121 43 3C
Octal 304 125 335 13 76 0 15 441 103 74
Binary 11000100 1010101 11011101 1011 111110 0 1101 100100001 1000011 111100

Color Harmonies of #C455DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C455DD

Black with #C455DD

Text Example


Text Example

White with #C455DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C455DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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