Html Css Color HEX #C557DE Medium Orchid

📋 copy color: '#C557DE'

red 197 ◦ green 87 ◦ blue 222

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

Shades of Medium Orchid #C557DE

Tints of Medium Orchid #C557DE

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.19%

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

R = 38.93%
G = 17.19%
B = 43.87%

CMYK

 C value IS 0.11

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C557DE (or 0xC557DE) is known color: Medium Orchid. HEX triplet: C5, 57 and DE. RGB value is (197,87,222). Sum of RGB (Red+Green+Blue) = 197+87+222=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 87 (34.38% from 255 or 17.19% from 506); Blue value is 222 (87.11% from 255 or 43.87% from 506); Max value from RGB is 222 - color contains mainly: blue. Hex color #C557DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C557DE is #3AA821. Grayscale: #868686. Windows color (decimal): -3844130 or 14571461. OLE color: 14571461.

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

Color convert

RGB 197 87 222 -
CMYK 0.11 0.61 0 0.13
HSL 288.89º 0.67% 0.61% -
HSV(B) 288.89º 0.61% 0.87% -
XYZ 39.62 23.96 71.64 -
YUV 135.28 176.94 172.02 -
System Red Green Blue C M Y K H S L
Decimal 197 87 222 0.11 0.61 0 0.13 288.89 0.67 0.61
Hex C5 57 DE B 3D 0 D 121 43 3D
Octal 305 127 336 13 75 0 15 441 103 75
Binary 11000101 1010111 11011110 1011 111101 0 1101 100100001 1000011 111101

Color Harmonies of #C557DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C557DE

Black with #C557DE

Text Example


Text Example

White with #C557DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C557DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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