Html Css Color HEX #C656E4 Medium Orchid

📋 copy color: '#C656E4'

red 198 ◦ green 86 ◦ blue 228

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

Shades of Medium Orchid #C656E4

Tints of Medium Orchid #C656E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 44.53%

R = 38.67%
G = 16.8%
B = 44.53%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C656E4 (or 0xC656E4) is known color: Medium Orchid. HEX triplet: C6, 56 and E4. RGB value is (198,86,228). Sum of RGB (Red+Green+Blue) = 198+86+228=512 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.67% from 512); Green value is 86 (33.98% from 255 or 16.80% from 512); Blue value is 228 (89.45% from 255 or 44.53% from 512); Max value from RGB is 228 - color contains mainly: blue. Hex color #C656E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C656E4 is #39A91B. Grayscale: #878787. Windows color (decimal): -3778844 or 14964422. OLE color: 14964422.

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

Color convert

RGB 198 86 228 -
CMYK 0.13 0.62 0 0.11
HSL 287.32º 0.72% 0.62% -
HSV(B) 287.32º 0.62% 0.89% -
XYZ 40.62 24.26 75.94 -
YUV 135.68 180.11 172.45 -
System Red Green Blue C M Y K H S L
Decimal 198 86 228 0.13 0.62 0 0.11 287.32 0.72 0.62
Hex C6 56 E4 D 3E 0 B 11F 48 3E
Octal 306 126 344 15 76 0 13 437 110 76
Binary 11000110 1010110 11100100 1101 111110 0 1011 100011111 1001000 111110

Color Harmonies of #C656E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C656E4

Black with #C656E4

Text Example


Text Example

White with #C656E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C656E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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