Html Css Color HEX #C558CF Medium Orchid

📋 copy color: '#C558CF'

red 197 ◦ green 88 ◦ blue 207

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

Shades of Medium Orchid #C558CF

Tints of Medium Orchid #C558CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.07%

R = 40.04%
G = 17.89%
B = 42.07%

CMYK

 C value IS 0.05

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C558CF (or 0xC558CF) is known color: Medium Orchid. HEX triplet: C5, 58 and CF. RGB value is (197,88,207). Sum of RGB (Red+Green+Blue) = 197+88+207=492 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.04% from 492); Green value is 88 (34.77% from 255 or 17.89% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 207 - color contains mainly: blue. Hex color #C558CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C558CF is #3AA730. Grayscale: #858585. Windows color (decimal): -3843889 or 13588677. OLE color: 13588677.

HSL color Cylindrical-coordinate representation of color #C558CF: hue angle of 294.96º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C558CF is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 88 207 -
CMYK 0.05 0.57 0 0.19
HSL 294.96º 0.55% 0.58% -
HSV(B) 294.96º 0.57% 0.81% -
XYZ 37.78 23.35 61.55 -
YUV 134.16 169.11 172.82 -
System Red Green Blue C M Y K H S L
Decimal 197 88 207 0.05 0.57 0 0.19 294.96 0.55 0.58
Hex C5 58 CF 5 39 0 13 127 37 3A
Octal 305 130 317 5 71 0 23 447 67 72
Binary 11000101 1011000 11001111 101 111001 0 10011 100100111 110111 111010

Color Harmonies of #C558CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C558CF

Black with #C558CF

Text Example


Text Example

White with #C558CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C558CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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