Html Css Color HEX #C558DB Medium Orchid

📋 copy color: '#C558DB'

red 197 ◦ green 88 ◦ blue 219

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

Shades of Medium Orchid #C558DB

Tints of Medium Orchid #C558DB

RGB

 RED value IS 197 (77.34% from 255) = 39.09%

 GREEN value IS 88 (34.77% from 255) = 17.46%

 BLUE value IS 219 (85.94% from 255) = 43.45%

R = 39.09%
G = 17.46%
B = 43.45%

CMYK

 C value IS 0.10

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C558DB (or 0xC558DB) is known color: Medium Orchid. HEX triplet: C5, 58 and DB. RGB value is (197,88,219). Sum of RGB (Red+Green+Blue) = 197+88+219=504 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.09% from 504); Green value is 88 (34.77% from 255 or 17.46% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #C558DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C558DB is #3AA724. Grayscale: #878787. Windows color (decimal): -3843877 or 14375109. OLE color: 14375109.

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

Color convert

RGB 197 88 219 -
CMYK 0.10 0.60 0 0.14
HSL 289.92º 0.65% 0.6% -
HSV(B) 289.92º 0.6% 0.86% -
XYZ 39.3 23.96 69.57 -
YUV 135.53 175.11 171.85 -
System Red Green Blue C M Y K H S L
Decimal 197 88 219 0.10 0.60 0 0.14 289.92 0.65 0.6
Hex C5 58 DB A 3C 0 E 122 41 3C
Octal 305 130 333 12 74 0 16 442 101 74
Binary 11000101 1011000 11011011 1010 111100 0 1110 100100010 1000001 111100

Color Harmonies of #C558DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C558DB

Black with #C558DB

Text Example


Text Example

White with #C558DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C558DB; }

 p { color: rgb(197,88,219); }

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

background-color css

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

 a { background-color: rgb(197,88,219); }

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

border-color css

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

 span { border-color: rgb(197,88,219); }

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