Html Css Color HEX #C558DE Medium Orchid

📋 copy color: '#C558DE'

red 197 ◦ green 88 ◦ blue 222

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

Shades of Medium Orchid #C558DE

Tints of Medium Orchid #C558DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.79%

R = 38.86%
G = 17.36%
B = 43.79%

CMYK

 C value IS 0.11

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C558DE (or 0xC558DE) is known color: Medium Orchid. HEX triplet: C5, 58 and DE. RGB value is (197,88,222). Sum of RGB (Red+Green+Blue) = 197+88+222=507 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.86% from 507); Green value is 88 (34.77% from 255 or 17.36% from 507); Blue value is 222 (87.11% from 255 or 43.79% from 507); Max value from RGB is 222 - color contains mainly: blue. Hex color #C558DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C558DE is #3AA721. Grayscale: #878787. Windows color (decimal): -3843874 or 14571717. OLE color: 14571717.

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

Color convert

RGB 197 88 222 -
CMYK 0.11 0.60 0 0.13
HSL 288.81º 0.67% 0.61% -
HSV(B) 288.81º 0.6% 0.87% -
XYZ 39.7 24.12 71.67 -
YUV 135.87 176.61 171.6 -
System Red Green Blue C M Y K H S L
Decimal 197 88 222 0.11 0.60 0 0.13 288.81 0.67 0.61
Hex C5 58 DE B 3C 0 D 121 43 3D
Octal 305 130 336 13 74 0 15 441 103 75
Binary 11000101 1011000 11011110 1011 111100 0 1101 100100001 1000011 111101

Color Harmonies of #C558DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C558DE

Black with #C558DE

Text Example


Text Example

White with #C558DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C558DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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