Html Css Color HEX #C556F2 Medium Orchid

📋 copy color: '#C556F2'

red 197 ◦ green 86 ◦ blue 242

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

Shades of Medium Orchid #C556F2

Tints of Medium Orchid #C556F2

RGB

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

 GREEN value IS 86 (33.98% from 255) = 16.38%

 BLUE value IS 242 (94.92% from 255) = 46.1%

R = 37.52%
G = 16.38%
B = 46.1%

CMYK

 C value IS 0.19

 M value IS 0.64

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C556F2 (or 0xC556F2) is known color: Medium Orchid. HEX triplet: C5, 56 and F2. RGB value is (197,86,242). Sum of RGB (Red+Green+Blue) = 197+86+242=525 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.52% from 525); Green value is 86 (33.98% from 255 or 16.38% from 525); Blue value is 242 (94.92% from 255 or 46.10% from 525); Max value from RGB is 242 - color contains mainly: blue. Hex color #C556F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C556F2 is #3AA90D. Grayscale: #888888. Windows color (decimal): -3844366 or 15881925. OLE color: 15881925.

HSL color Cylindrical-coordinate representation of color #C556F2: hue angle of 282.69º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C556F2 is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 197 86 242 -
CMYK 0.19 0.64 0 0.05
HSL 282.69º 0.86% 0.64% -
HSV(B) 282.69º 0.64% 0.95% -
XYZ 42.38 24.94 86.58 -
YUV 136.97 187.27 170.82 -
System Red Green Blue C M Y K H S L
Decimal 197 86 242 0.19 0.64 0 0.05 282.69 0.86 0.64
Hex C5 56 F2 13 40 0 5 11B 56 40
Octal 305 126 362 23 100 0 5 433 126 100
Binary 11000101 1010110 11110010 10011 1000000 0 101 100011011 1010110 1000000

Color Harmonies of #C556F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C556F2

Black with #C556F2

Text Example


Text Example

White with #C556F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C556F2; }

 p { color: rgb(197,86,242); }

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

background-color css

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

 a { background-color: rgb(197,86,242); }

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

border-color css

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

 span { border-color: rgb(197,86,242); }

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