Html Css Color HEX #C656E8 Medium Orchid

📋 copy color: '#C656E8'

red 198 ◦ green 86 ◦ blue 232

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

Shades of Medium Orchid #C656E8

Tints of Medium Orchid #C656E8

RGB

 RED value IS 198 (77.73% from 255) = 38.37%

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

 BLUE value IS 232 (91.02% from 255) = 44.96%

R = 38.37%
G = 16.67%
B = 44.96%

CMYK

 C value IS 0.15

 M value IS 0.63

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C656E8 (or 0xC656E8) is known color: Medium Orchid. HEX triplet: C6, 56 and E8. RGB value is (198,86,232). Sum of RGB (Red+Green+Blue) = 198+86+232=516 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.37% from 516); Green value is 86 (33.98% from 255 or 16.67% from 516); Blue value is 232 (91.02% from 255 or 44.96% from 516); Max value from RGB is 232 - color contains mainly: blue. Hex color #C656E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C656E8 is #39A917. Grayscale: #878787. Windows color (decimal): -3778840 or 15226566. OLE color: 15226566.

HSL color Cylindrical-coordinate representation of color #C656E8: hue angle of 286.03º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C656E8 is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 198 86 232 -
CMYK 0.15 0.63 0 0.09
HSL 286.03º 0.76% 0.62% -
HSV(B) 286.03º 0.63% 0.91% -
XYZ 41.18 24.49 78.9 -
YUV 136.13 182.11 172.13 -
System Red Green Blue C M Y K H S L
Decimal 198 86 232 0.15 0.63 0 0.09 286.03 0.76 0.62
Hex C6 56 E8 F 3F 0 9 11E 4C 3E
Octal 306 126 350 17 77 0 11 436 114 76
Binary 11000110 1010110 11101000 1111 111111 0 1001 100011110 1001100 111110

Color Harmonies of #C656E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C656E8

Black with #C656E8

Text Example


Text Example

White with #C656E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C656E8; }

 p { color: rgb(198,86,232); }

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

background-color css

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

 a { background-color: rgb(198,86,232); }

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

border-color css

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

 span { border-color: rgb(198,86,232); }

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